ObexWebRequest(String, BluetoothAddress, String) Constructor

Initialize an instance of this class given a scheme, 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(
	string scheme,
	BluetoothAddress target,
	string path
)

Parameters

scheme  String
The Uri scheme. One of obex, obex-push, obex-ftp, or obex-sync.
target  BluetoothAddress
The Bluetooth Device Address of the OBEX server.
path  String
The path on the OBEX server.

See Also