Ends a pending asynchronous connection request.

Namespace:  Rebex.Net
Assembly:  Rebex.Tls (in Rebex.Tls.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.

Remarks

The EndConnect(IAsyncResult) method completes a request to accept a connection that was started with BeginConnect(EndPoint, AsyncCallback, Object) or BeginConnect(String, Int32, AsyncCallback, Object) method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also