Connects to the specified service of the specified remote device in Device property. If device is not specified, opens a dialog to choose from a list of available remote devices.
[Visual Basic] Overloads Public Sub ConnectService( _ ByVal aOBEXClientHandle As OBEXClient, _ ByVal aServiceID As Guid _ )
[C#] public void ConnectService( OBEXClientaOBEXClientHandle, GuidaServiceID );
Parameters
aOBEXClientHandle
OBEXClient or any descendent object that handles the connection.