Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the request URI for the current operation.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property AbsoluteRequestUri As Uri
Get
'Usage
Dim instance As DataServiceOperationContext
Dim value As Uri
value = instance.AbsoluteRequestUri
public Uri AbsoluteRequestUri { get; }
public:
property Uri^ AbsoluteRequestUri {
Uri^ get ();
}
member AbsoluteRequestUri : Uri
function get AbsoluteRequestUri () : Uri
Property Value
Type: System.Uri
The Uri of the operation.