Exemple #1
0
 public void StopListening(object data)
 {
     if (_serverChannel != null)
     {
         _serverChannel.StopListening(data);
     }
     TcpConnectionPool.Shutdown();
 }