Returns a datagram sent by a server.
[Visual Basic] Public Function Receive( _ ByRef EP As IPEndPoint _ ) As Byte () [C#] public byte[] Receive( ref IPEndPoint EP ); [C++] public: unsigned char* Receive( IPEndPoint** EP ) []; [JScript] public function Receive( EP : IPEndPoint ) : Byte[];
An array of 8-bit unsigned integers containing the datagram data.
UDPClient Class | UDPClient Members | System.Net.Sockets Namespace