ProxySocket.EndAccept Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
EndAccept(IAsyncResult)
Ends an asynchronous request to accept an incoming connection.
Declaration
public ISocket EndAccept(IAsyncResult asyncResult)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncResult | asyncResult | Stores state information for this asynchronous operation as well as any user defined data. |
Returns
| Type | Description |
|---|---|
| ISocket | An instance of connected ProxySocket. |
Remarks
The EndAccept method completes a request to accept a connection that was started with the Accept() method.