SshClient CreateShell Method (Stream, Stream, Stream, String, UInt32, UInt32, UInt32, UInt32, IDictionary TerminalModes, UInt32 , Int32)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,
	string terminalName,
	uint columns,
	uint rows,
	uint width,
	uint height,
	IDictionary<TerminalModes, uint> terminalModes,
	int bufferSize
)

Return Value

Returns a representation of a Shell object.
See Also