Whisperstream Research Group - CommLib Documentation

Telnet.Send Method

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

Overload List

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);

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,string[],int);

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace