Exemplo n.º 1
0
 public bool Ping()
 {
     try
     {
         return(client.Ping());
     }
     catch (Exception)
     {
         throw;
     }
 }