示例#1
0
 internal void sendResponse()
 {
     userConnection.SendMuchData(packet.ToArray());
     Dispose();
 }