Discuss this help topic in SecureBlackbox Forum
Begins an asynchronous request to create a new Socket to accept an incoming connection request.
Declaration
Parameters
Return value
An IAsyncResult that references the asynchronous Socket creation.
Description
This method starts an asynchronous request to create a Socket to handle an incoming connection request. You must create a callback method that implements the AsyncCallback delegate. This callback method should use the EndAccept method to retrieve the Socket.