ObexWebRequest(BluetoothAddress, String) Constructor

Initialize an instance of this class given a Bluetooth Device Address, and a remote path name.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public ObexWebRequest(
	BluetoothAddress target,
	string path
)

Parameters

target  BluetoothAddress
The Bluetooth Device Address of the OBEX server.
path  String
The path on the OBEX server.

Remarks

This is equivalent to calling ObexWebRequest(String scheme, BluetoothAddress target, String path) with scheme “obex”.

See Also