Exemplo n.º 1
0
 public void End()
 {
     try
     {
         _client?.Close();
     }
     catch
     {
         // do nothing
     }
 }
Exemplo n.º 2
0
 public void End()
 {
     _client?.Close();
     CurrentSession = null;
 }