UDP Sockets
Introduction
Using UDP Sockets
void Udp(UInt16 port,
Action<IPAddress clientAddr,
UInt16 clientPort,
Byte[] datagram> handler)static void Send(IPAddress ipTo,
UInt16 portTo,
UInt16 portFrom,
Byte[] datagram)Last updated