Esempio n. 1
0
 private void SendBytes(byte[] bytes, IPEndPoint ipEndPoint)
 {
     _contextSource.SendTo(bytes, ipEndPoint);
 }