SshClient CreateShell Method (Stream, Stream, Stream)SSH .NET Client Library Documentation
Creates the shell.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public Shell CreateShell(
	Stream input,
	Stream output,
	Stream extendedOutput
)

Return Value

Returns a representation of a Shell object.
See Also