ObexWebRequest(Uri) Constructor

Create a new Obex request with the specified Uri.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public ObexWebRequest(
	Uri requestUri
)

Parameters

requestUri  Uri
e.g. "obex://112233445566/HelloWorld.txt"

Remarks

Uri must use one of the following schemes - obex, obex-push, obex-ftp, obex-sync. The host name must be the device address in short hex, or dotted hex notation - not the default representation using the colon separator

See Also