Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.