Esempio n. 1
0
 private void Abort()
 {
     try
     {
         _transport.Abort();
     }
     catch
     {
     }
 }