ObexWebRequest(Uri) Constructor
Create a new Obex request with the specified
Uri.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public ObexWebRequest(
Uri requestUri
)
Public Sub New (
requestUri As Uri
)
public:
ObexWebRequest(
Uri^ requestUri
)
new :
requestUri : Uri -> ObexWebRequest
Parameters
- requestUri Uri
- e.g. "obex://112233445566/HelloWorld.txt"
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