HttpRequestMessage::RequestUri Property

.NET Framework (current version)
 

Gets or sets the Uri used for the HTTP request.

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property Uri^ RequestUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The Uri used for the HTTP request.

If the request Uri is a relative Uri, it will be combined with the BaseAddress.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: