ProxySocket.EndListen Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
EndListen(IAsyncResult)
Ends an asynchronous request to listen for an incoming connection.
Declaration
public EndPoint EndListen(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 |
---|---|
EndPoint | The endpoint to which a connection from a remote host can be made. |
Remarks
The EndListen method completes a request to listen for a connection that was started with the Listen(ISocket) method.