Sends a telnet WONT command.

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

Syntax

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

Parameters

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

See Also