Socket.BeginAccept Method
.NET Framework 4
Begins an asynchronous operation to accept an incoming connection attempt.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |