IDataServiceHost.AbsoluteRequestUri Property
Gets an absolute URI that is the URI as sent by the client.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property AbsoluteRequestUri As Uri
Get
'Usage
Dim instance As IDataServiceHost
Dim value As Uri
value = instance.AbsoluteRequestUri
Uri AbsoluteRequestUri { get; }
property Uri^ AbsoluteRequestUri {
Uri^ get ();
}
abstract AbsoluteRequestUri : Uri
function get AbsoluteRequestUri () : Uri
Property Value
Type: System.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.