HttpRequestHeaders.ProxyAuthorization Eigenschaft

Definition

Ruft den Wert des Proxy-Authorization-Headers für eine HTTP-Anforderung ab oder legt ihn fest.

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

Eigenschaftswert

Der Wert des Proxy-Authorization-Headers für eine HTTP-Anforderung.

Gilt für: