BuildingRequestEventArgs.RequestUri Property

The Uri of the outgoing request. The Uri may be altered. No error checking will be performed against any changes made.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property RequestUri As Uri 
    Get 
    Set
'Usage
Dim instance As BuildingRequestEventArgs 
Dim value As Uri 

value = instance.RequestUri

instance.RequestUri = value
public Uri RequestUri { get; set; }
public:
property Uri^ RequestUri {
    Uri^ get ();
    void set (Uri^ value);
}
member RequestUri : Uri with get, set
function get RequestUri () : Uri 
function set RequestUri (value : Uri)

Property Value

Type: System.Uri

See Also

Reference

BuildingRequestEventArgs Class

System.Data.Services.Client Namespace