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::Receive Method

 

Receives data from a bound Socket.

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

NameDescription
System_CAPS_pubmethodReceive(array<Byte>^)

Receives data from a bound Socket into a receive buffer.

System_CAPS_pubmethodReceive(array<Byte>^, Int32, Int32, SocketFlags)

Receives the specified number of bytes from a bound Socket into the specified offset position of the receive buffer, using the specified SocketFlags.

System_CAPS_pubmethodReceive(array<Byte>^, Int32, Int32, SocketFlags, SocketError%)

Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.

System_CAPS_pubmethodReceive(array<Byte>^, Int32, SocketFlags)

Receives the specified number of bytes of data from a bound Socket into a receive buffer, using the specified SocketFlags.

System_CAPS_pubmethodReceive(array<Byte>^, SocketFlags)

Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.

System_CAPS_pubmethodReceive(IList<ArraySegment<Byte>>^)

Receives data from a bound Socket into the list of receive buffers.

System_CAPS_pubmethodReceive(IList<ArraySegment<Byte>>^, SocketFlags)

Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.

System_CAPS_pubmethodReceive(IList<ArraySegment<Byte>>^, SocketFlags, SocketError%)

Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.

Return to top
Show:
© 2017 Microsoft