Beispiel #1
0
 public Task <int> SendPacketAsync(Packet packet)
 {
     return(m_socket.SendPacketAsync(packet));
 }
Beispiel #2
0
 public Task <int> SendPacketAsync(Packet packet, EndPoint clientEP)
 {
     return(m_server.SendPacketAsync(packet, clientEP));
 }