Telnet Factory for .NET

Rlogin.Send Method 

Sends data to the Remote Host.

public void Send(
   string data
);

Parameters

data
The data to send terminated with \r.

Remarks

Data is sent as bytes to the Remote Host without a null terminator.

See Also

Rlogin Class | Jscape.Telnet Namespace