Ends a pending asynchronous connection request.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub EndConnect ( _ asyncResult As IAsyncResult _ ) |
C# |
---|
public void EndConnect( IAsyncResult asyncResult ) |
Parameters
- asyncResult
- Type: System..::..IAsyncResult
Stores state information for this asynchronous operation as well as any user-defined data.
Implements
ISocketExt..::..EndConnect(IAsyncResult)Remarks
The EndConnect method completes a request to accept a connection that was started with the BeginConnect(EndPoint, AsyncCallback, Object) method.