IDataServiceHost.AbsoluteRequestUri Property

Definition

Gets an absolute URI that is the URI as sent by the client.

public:
 property Uri ^ AbsoluteRequestUri { Uri ^ get(); };
public Uri AbsoluteRequestUri { get; }
member this.AbsoluteRequestUri : Uri
Public ReadOnly Property AbsoluteRequestUri As Uri

Property Value

Uri

A string that is the absolute URI of the request.

Remarks

The AbsoluteRequestUri property always returns the absolute URI from the client HTTP request. This enables consistent access to the request URI, even in cases where the host revises the URI.

Applies to