Exemple #1
0
 public Task <Tuple <Packet, IPEndPoint> > ReceivePacketAsync()
 {
     return(m_server.ReceivePacketAsync());
 }