Ends an asynchronous request to accept an incoming connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Function EndAccept ( _ asyncResult As IAsyncResult _ ) As ISocket |
C# |
---|
public ISocket EndAccept( IAsyncResult asyncResult ) |
Parameters
- asyncResult
- Type: System..::..IAsyncResult
Stores state information for this asynchronous operation as well as any user defined data.
Return Value
An instance of connected ProxySocket.Implements
ISocketExt..::..EndAccept(IAsyncResult)Remarks
The EndAccept method completes a request to accept a connection that was started with the Accept()()()() method.