SshChannel.RequestPseudoTerminal Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
RequestPseudoTerminal(String, Int32, Int32)
Requests a pseudo-terminal.
Declaration
public void RequestPseudoTerminal(string terminal, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
String | terminal | Terminal name, e.g. "vt100". |
Int32 | width | Number of columns. |
Int32 | height | Number of rows. |
RequestPseudoTerminal()
Requests an 80x25 vt100 pseudo-terminal.
Declaration
public void RequestPseudoTerminal()