Sends telnet command.

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

Syntax

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

Parameters

command
Type: System..::..Int32
Command to send to TELNET server.

Remarks

On error, displays the stack trace and disconnects from TELNET server.

See Also