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