Ends a pending asynchronous negotiation.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub EndNegotiate ( _
	asyncResult As IAsyncResult _
)
C#
public void EndNegotiate(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult
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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also