Socket.Receive Method
.NET Framework 4.5
Receives data from a bound Socket.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Receive(IList<ArraySegment<Byte>>) | Receives data from a bound Socket into the list of receive buffers. |
|
Receive(Byte[]) | Receives data from a bound Socket into a receive buffer. |
|
Receive(IList<ArraySegment<Byte>>, SocketFlags) | Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags. |
|
Receive(Byte[], SocketFlags) | Receives data from a bound Socket into a receive buffer, using the specified SocketFlags. |
|
Receive(IList<ArraySegment<Byte>>, SocketFlags, SocketError) | Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags. |
|
Receive(Byte[], Int32, SocketFlags) | Receives the specified number of bytes of data from a bound Socket into a receive buffer, using the specified SocketFlags. |
|
Receive(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. |
|
Receive(Byte[], Int32, Int32, SocketFlags, SocketError) | Receives data from a bound Socket into a receive buffer, using the specified SocketFlags. |