Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication.
| C# | Visual Basic |
public Socket EndAcceptSocket( IAsyncResult asyncResult )
Public Function EndAcceptSocket ( _ asyncResult As IAsyncResult _ ) As Socket
- asyncResult (IAsyncResult)
- An IAsyncResult returned by a call to the BeginAcceptSocket(AsyncCallback, Object) method.
A Socket.