sends the string data to the telnet server and waits for a reply or times out if the default CommandTimeout elapses.
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);
Telnet Class | Whisperstream.CommLib.TelnetLib Namespace