Beispiel #1
0
 public UdpListener(IPAddress ip, int port)
 {
     m_serverEP = new IPEndPoint(ip, port);
     m_server   = new UdpSocket();
 }