public ObexWebRequest(
BluetoothAddress target,
string path
)
Public Sub New (
target As BluetoothAddress,
path As String
)
public:
ObexWebRequest(
BluetoothAddress^ target,
String^ path
)
new :
target : BluetoothAddress *
path : string -> ObexWebRequest
This is equivalent to calling ObexWebRequest(String scheme, BluetoothAddress target, String path) with scheme “obex”.