Example #1
0
 private string HandleOtherExceptions(string msgOfExcption)
 {
     readSucceed = false;
     client.Disconnect();
     return(msgOfExcption);
 }
Example #2
0
 public void Disconnect()
 {
     server.CloseConnection();
     client.Disconnect();
 }