ObexWebRequestRequestUri Property
Gets the original Uniform Resource Identifier (URI) of the request.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public virtual Uri RequestUri { get; }
Public Overridable ReadOnly Property RequestUri As Uri
Get
public:
virtual property Uri^ RequestUri {
Uri^ get ();
}
abstract RequestUri : Uri with get
override RequestUri : Uri with get
Property Value
Uri For an ObexPush request the URI will use the "obex://" prefix, followed by the numerical device id in hex format.
The path section of the URI represents the remote filename of the pushed object. Subfolders are not supported. Some devices may only support specific object types e.g. V-Card.