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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also