HttpWebRequestMessage.Url Property
Returns the request url.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property Url As Uri
Get
Set
'Usage
Dim instance As HttpWebRequestMessage
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
virtual property Uri^ Url {
Uri^ get () sealed;
void set (Uri^ value) sealed;
}
abstract Url : Uri with get, set
override Url : Uri with get, set
final function get Url () : Uri
final function set Url (value : Uri)
Property Value
Type: System.Uri