Begins an asynchronous request to accept an incoming connection.
An IAsyncResult that references the asynchronous request.
A call to Accept is only allowed after a call to Listen or BeginListen methods of the same instance.
This method differs to a great extent from Listen. It does not return a new instance of the ProxySocket class. Instead, the current instance is used to handle the incoming connection.
ProxySocket Class | Rebex.Net Namespace