In The Hand
Connect Method (remoteEP)
NamespacesInTheHand.Net.SocketsIrDAClientConnect(IrDAEndPoint)
.NET Components for Mobility
Forms a connection to the specified endpoint.
Declaration Syntax
C#Visual Basic
public void Connect(
	IrDAEndPoint remoteEP
)
Public Sub Connect ( _
	remoteEP As IrDAEndPoint _
)
Parameters
remoteEP (IrDAEndPoint)
An IrDAEndPoint initialised with the address of the peer device and the service name to connect to.
Remarks

The endpoint specifies both the peer device and service name to connect to. If only one device is expected to be in range, or an arbitrary peer device is suitable, then one can use Connect(String) instead.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0