TlsServerSocket.EndNegotiate Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
EndNegotiate(IAsyncResult)
Ends a pending asynchronous negotiation. Inherited from TlsSocket.
Declaration
public void EndNegotiate(IAsyncResult asyncResult)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | asyncResult | Stores state information for this asynchronous operation as well as any user-defined data. |
Remarks
The EndNegotiate(IAsyncResult) method completes a request to negotiate a TLS/SSL cipher. started with BeginNegotiate(AsyncCallback, Object) method.