0 out of 7 rated this helpful - Rate this topic

Socket.Receive Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.