Whisperstream Research Group - CommLib Documentation

Telnet.Send Method (String)

sends the string data to the telnet server and waits for a reply or times out if the default CommandTimeout elapses.

public string Send(
   string data
);

Parameters

data
the data to be sent

Return Value

the server's response to the data sent

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace | Telnet.Send Overload List