Socket.EndAccept Method
.NET Framework 4
Asynchronously accepts 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 | |
|---|---|---|
|
EndAccept(IAsyncResult) | Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication. |
|
EndAccept(Byte[], IAsyncResult) | Asynchronously accepts an incoming connection attempt and creates a new Socket object to handle remote host communication. This method returns a buffer that contains the initial data transferred. |
|
EndAccept(Byte[], Int32, IAsyncResult) | Asynchronously accepts an incoming connection attempt and creates a new Socket object to handle remote host communication. This method returns a buffer that contains the initial data and the number of bytes transferred. |