示例#1
0
 /// <summary>
 /// Handles the client (for example reading messages from it
 /// </summary>
 /// <param name="Client">The client which should be handled</param>
 protected abstract void HandleClient(ServerTcpClient Client);
示例#2
0
 protected void CloseClient(ServerTcpClient ClientToClose)
 {
     CloseClient(ClientToClose.ConnectionID);
 }