Sends a telnet WILL command.

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

Syntax

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

Parameters

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

See Also