TlsClientSocket.EndConnect Method
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9147)
EndConnect(IAsyncResult)
Ends a pending asynchronous connection request.
Declaration
public void EndConnect(IAsyncResult asyncResult)
Parameters
Type | Name | Description |
---|---|---|
IAsync |
asyncResult | Stores state information for this asynchronous operation as well as any user-defined data. |
Remarks
The End