Socket.Receive Method
.NET Framework 2.0
Receives data from a bound Socket.
| Name | Description |
|---|---|
| Socket.Receive (Byte[]) | Receives data from a bound Socket into a receive buffer. Supported by the .NET Compact Framework. |
| Socket.Receive (Generic IList) | Receives data from a bound Socket into the list of receive buffers. |
| Socket.Receive (Byte[], SocketFlags) | Receives data from a bound Socket into a receive buffer, using the specified SocketFlags. Supported by the .NET Compact Framework. |
| Socket.Receive (Generic IList, SocketFlags) | Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags. |
| Socket.Receive (Byte[], Int32, SocketFlags) | Receives the specified number of bytes of data from a bound Socket into a receive buffer, using the specified SocketFlags. Supported by the .NET Compact Framework. |
| Socket.Receive (Generic IList, SocketFlags, SocketError) | Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags. |
| Socket.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. Supported by the .NET Compact Framework. |
| Socket.Receive (Byte[], Int32, Int32, SocketFlags, SocketError) | Receives data from a bound Socket into a receive buffer, using the specified SocketFlags. |