Socket::EndAccept Method
.NET Framework (current version)
Asynchronously accepts an incoming connection attempt.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | EndAccept(array<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(array<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. |
![]() | EndAccept(IAsyncResult^) | Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication. |
Show:
