Creates the shell stream.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- terminalName
- Type:
System String
Name of the terminal.
- columns
- Type:
System UInt32
The columns.
- rows
- Type:
System UInt32
The rows.
- width
- Type:
System UInt32
The width.
- height
- Type:
System UInt32
The height.
- bufferSize
- Type:
System Int32
Size of the buffer.
Return Value
Reference to Created ShellStream object.See Also