HttpRequestHeaders.ProxyAuthorization Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts des Proxy-Authorization Headers für eine HTTP-Anforderung.

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; }
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: