Beispiel #1
0
 public void SendData(Packet _packet)
 {
     Server.SendUDPData(endPoint, _packet);
 }
Beispiel #2
0
 public void SendData(Packet packet)
 {
     Server.SendUDPData(EndPoint, packet);
 }