Sends a telnet DO command.

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

Syntax

C#
public void SendDoOption(
	TelnetOption opt
)
Visual Basic
Public Sub SendDoOption ( _
	opt As TelnetOption _
)
Visual C++
public:
void SendDoOption(
	TelnetOption^ opt
)

Parameters

opt
Type: Jscape.Telnet..::..TelnetOption
The telnet option to associate with the DO command.

See Also