Requests a pseudo-terminal.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub RequestPseudoTerminal ( _ terminal As String, _ width As Integer, _ height As Integer _ ) |
C# |
---|
public void RequestPseudoTerminal( string terminal, int width, int height ) |
Parameters
- terminal
- Type: System..::..String
Terminal name, e.g. "vt100".
- width
- Type: System..::..Int32
Number of columns.
- height
- Type: System..::..Int32
Number of rows.