NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.ReceiveFrom

Receives a datagram and stores the source end point.

Overload List

Receives a datagram into a specific location in the data buffer and stores the end point.

[Visual Basic] Overloads Public Function ReceiveFrom(Array, Integer, Integer, Integer, EndPoint) As Integer
[C#] public int ReceiveFrom(Array, int, int, int, EndPoint);
[C++] public: int ReceiveFrom(Array*, int, int, int, EndPoint);
[JScript] public function ReceiveFrom(Array, int, int, int, EndPoint) : int;

Receives a datagram and stores the source end point.

[Visual Basic] Overloads Public Function ReceiveFrom(Array, Integer, Integer, EndPoint) As Integer
[C#] public int ReceiveFrom(Array, int, int, EndPoint);
[C++] public: int ReceiveFrom(Array*, int, int, EndPoint);
[JScript] public function ReceiveFrom(Array, int, int, EndPoint) : int;

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace