Interprets a telnet command received from the Telnet NetworkStream.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public void CommandRead(
	int code
)
Visual Basic
Public Sub CommandRead ( _
	code As Integer _
)
Visual C++
public:
void CommandRead(
	int code
)

Parameters

code
Type: System..::..Int32
The telnet command read from the Telnet NetworkStream.

See Also