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.
Gets the URI of an HTTP request to be process.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property RequestUri As Uri
Get
'Usage
Dim instance As ProcessRequestArgs
Dim value As Uri
value = instance.RequestUri
public Uri RequestUri { get; }
public:
property Uri^ RequestUri {
Uri^ get ();
}
member RequestUri : Uri
function get RequestUri () : Uri
Property Value
Type: System.Uri
A Uri that contains the URI of the request to be processed.