Socket::BeginReceive Method
.NET Framework (current version)
Begins to asynchronously receive data from a connected Socket.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginReceive(array<Byte>^, Int32, Int32, SocketFlags, AsyncCallback^, Object^) | Begins to asynchronously receive data from a connected Socket. |
![]() | BeginReceive(array<Byte>^, Int32, Int32, SocketFlags, SocketError%, AsyncCallback^, Object^) | Begins to asynchronously receive data from a connected Socket. |
![]() | 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. |
Show:
