Socket::BeginAccept Method
.NET Framework (current version)
Begins an asynchronous operation to accept an incoming connection attempt.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginAccept(AsyncCallback^, Object^) | Begins an asynchronous operation to accept an incoming connection attempt. |
![]() | BeginAccept(Int32, AsyncCallback^, Object^) | Begins an asynchronous operation to accept an incoming connection attempt and receives the first block of data sent by the client application. |
![]() | BeginAccept(Socket^, Int32, AsyncCallback^, Object^) | Begins an asynchronous operation to accept an incoming connection attempt from a specified socket and receives the first block of data sent by the client application. |
Show:
