Request.RequestUri Property

Definition

Request URI.

public:
 property System::String ^ RequestUri { System::String ^ get(); void set(System::String ^ value); };
public string RequestUri { get; set; }
Public Property RequestUri As String

Property Value

Remarks

For outgoing requests, if the request URI is not set, it is initialized based on the TO header.

Applies to