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

Syntax

Visual Basic
Function BeginConnect ( _
	remoteEP As EndPoint, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
IAsyncResult BeginConnect(
	EndPoint remoteEP,
	AsyncCallback callback,
	Object state
)

Parameters

remoteEP
Type: System.Net..::..EndPoint
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also