Socket.BeginReceive Method
.NET Framework 4.5
Begins to asynchronously receive data from a connected 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 | |
|---|---|---|
|
BeginReceive(IList<ArraySegment<Byte>>, SocketFlags, AsyncCallback, Object) | Begins to asynchronously receive data from a connected Socket. |
|
BeginReceive(IList<ArraySegment<Byte>>, SocketFlags, SocketError, AsyncCallback, Object) | Begins to asynchronously receive data from a connected Socket. |
|
BeginReceive(Byte[], Int32, Int32, SocketFlags, AsyncCallback, Object) | Begins to asynchronously receive data from a connected Socket. |
|
BeginReceive(Byte[], Int32, Int32, SocketFlags, SocketError, AsyncCallback, Object) | Begins to asynchronously receive data from a connected Socket. |