Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Socket::ReceiveFrom Method

 

Receives a datagram and stores the source endpoint.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodReceiveFrom(array<Byte>^, EndPoint^%)

Receives a datagram into the data buffer and stores the endpoint.

System_CAPS_pubmethodReceiveFrom(array<Byte>^, Int32, Int32, SocketFlags, EndPoint^%)

Receives the specified number of bytes of data into the specified location of the data buffer, using the specified SocketFlags, and stores the endpoint.

System_CAPS_pubmethodReceiveFrom(array<Byte>^, Int32, SocketFlags, EndPoint^%)

Receives the specified number of bytes into the data buffer, using the specified SocketFlags, and stores the endpoint.

System_CAPS_pubmethodReceiveFrom(array<Byte>^, SocketFlags, EndPoint^%)

Receives a datagram into the data buffer, using the specified SocketFlags, and stores the endpoint.

Return to top
Show:
© 2017 Microsoft