HttpRequestHeaders.ProxyAuthorization Property

Definition

Gets or sets the value of the Proxy-Authorization header for an HTTP request.

public:
 property System::Net::Http::Headers::AuthenticationHeaderValue ^ ProxyAuthorization { System::Net::Http::Headers::AuthenticationHeaderValue ^ get(); void set(System::Net::Http::Headers::AuthenticationHeaderValue ^ value); };
public System.Net.Http.Headers.AuthenticationHeaderValue ProxyAuthorization { get; set; }
public System.Net.Http.Headers.AuthenticationHeaderValue? ProxyAuthorization { get; set; }
member this.ProxyAuthorization : System.Net.Http.Headers.AuthenticationHeaderValue with get, set
Public Property ProxyAuthorization As AuthenticationHeaderValue

Property Value

The value of the Proxy-Authorization header for an HTTP request.

Applies to