Ejemplo n.º 1
0
 /// <summary>
 /// Closes transport.
 /// </summary>
 public void Close()
 {
     if (client != null)
     {
         try { client.Close(); } catch { client = null; }
         client = null;
     }
 }