Esempio n. 1
0
 public void BeginProcess()
 {
     //log.InfoFormat($"Received client @ {Socket.RemoteEndPoint}.");
     handler = new NetworkHandler(this, Socket);
     handler.BeginHandling();
 }
Esempio n. 2
0
 public void BeginProcess()
 {
     handler = new NetworkHandler(this, Socket);
     handler.BeginHandling();
 }