Exemplo n.º 1
0
 public bool Send(byte[] packet, EndPoint endPoint)
 {
     return(transport.Send(packet, endPoint));
 }