SshClient CreateShellStream Method (String, UInt32, UInt32, UInt32, UInt32, Int32)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
)

Return Value

Reference to Created ShellStream object.
See Also