Sends data to the Remote Host.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public void Send( string data ) |
Visual Basic |
---|
Public Sub Send ( _ data As String _ ) |
Visual C++ |
---|
public: void Send( String^ data ) |
Parameters
- data
- Type: System..::..String
The data to send terminated with \r.
Remarks
Data is sent as bytes to the Remote Host without a null terminator.