Sends a telnet DO command.
Namespace: Jscape.TelnetAssembly: 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.