Пример #1
0
 public bool Reconnect()
 {
     client.Disconnect();
     return(Connect(hostname, port, username, password, true));
 }