SshClient CreateShellStream Method (String, UInt32, UInt32, UInt32, UInt32, Int32, IDictionary TerminalModes, UInt32 )SSH .NET Client Library Documentation
Creates the shell stream.

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

public ShellStream CreateShellStream(
	string terminalName,
	uint columns,
	uint rows,
	uint width,
	uint height,
	int bufferSize,
	IDictionary<TerminalModes, uint> terminalModeValues
)

Return Value

Reference to Created ShellStream object.
See Also