ProxySocket.BeginAccept Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
BeginAccept(AsyncCallback, Object)
Begins an asynchronous request to accept an incoming connection.
Declaration
public IAsyncResult BeginAccept(AsyncCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
Async |
callback | The Async |
Object | state | An object containing state information for this request. |
Returns
Type | Description |
---|---|
IAsync |
An IAsync |
Remarks
A call to Accept is only allowed after a call to Listen(ISocket) methods.