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: