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