Esempio n. 1
0
 public void Dispose()
 {
     if (_clientHandler != null)
     {
         lock (this)
         {
             _doaccept = false;
         }
         _clientHandler.Dispose();
         _clientHandler = null;
     }
 }
Esempio n. 2
0
 public void Dispose()
 {
     if (_clientHandler != null)
     {
         lock (this)
         {
             _doaccept = false;
         }
         _clientHandler.Dispose();
         _clientHandler = null;
     }
 }
Esempio n. 3
0
 public ChatService() 
 {
     _clientHandler = new ClientConnectionsHandler();
 }
Esempio n. 4
0
 public ChatService()
 {
     _clientHandler = new ClientConnectionsHandler();
 }