Share via


ProcessRequestArgs.RequestUri Property

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.

See Also

Reference

ProcessRequestArgs Class

System.Data.Services Namespace