HttpResponseHeaders.ProxyAuthenticate Eigenschaft

Definition

Ruft den Wert des Proxy-Authenticate-Headers für eine HTTP-Antwort ab.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::AuthenticationHeaderValue ^> ^ ProxyAuthenticate { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::AuthenticationHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> ProxyAuthenticate { get; }
member this.ProxyAuthenticate : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue>
Public ReadOnly Property ProxyAuthenticate As HttpHeaderValueCollection(Of AuthenticationHeaderValue)

Eigenschaftswert

Der Wert des Proxy-Authenticate-Headers für eine HTTP-Antwort.

Gilt für: