TlsSocket.EndConnect Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
EndConnect(IAsyncResult)
Ends a pending asynchronous connection request.
Declaration
public void EndConnect(IAsyncResult asyncResult)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | asyncResult | Stores state information for this asynchronous operation as well as any user-defined data. |
Remarks
The EndConnect method completes a request to accept a connection that was started with the BeginConnect(EndPoint, AsyncCallback, Object) method.