ObexWebRequest(String, BluetoothAddress, String) Constructor
Initialize an instance of this class given a scheme,
a Bluetooth Device Address, and a remote path name.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public ObexWebRequest(
string scheme,
BluetoothAddress target,
string path
)
Public Sub New (
scheme As String,
target As BluetoothAddress,
path As String
)
public:
ObexWebRequest(
String^ scheme,
BluetoothAddress^ target,
String^ path
)
new :
scheme : string *
target : BluetoothAddress *
path : string -> ObexWebRequest
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.