ObexWebRequestRequestUri Property

Gets the original Uniform Resource Identifier (URI) of the request.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public virtual Uri RequestUri { get; }

Property Value

Uri

Remarks

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.

See Also