Connects the client to a remote Bluetooth host using the specified Bluetooth address and service identifier.
| C# | Visual Basic |
public void Connect( BluetoothAddress address, Guid service )
Public Sub Connect ( _ address As BluetoothAddress, _ service As Guid _ )
- address (BluetoothAddress)
- The BluetoothAddress of the host to which you intend to connect.
- service (Guid)
- The service identifier to which you intend to connect.