Sends a telnet DONT command.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public void SendDontOption( TelnetOption opt ) |
Visual Basic |
---|
Public Sub SendDontOption ( _ opt As TelnetOption _ ) |
Visual C++ |
---|
public: void SendDontOption( TelnetOption^ opt ) |
Parameters
- opt
- Type: Jscape.Telnet..::..TelnetOption
The telnet option to associate with the DONT command.