HttpResponseHeaders.ProxyAuthenticate 屬性

定義

取得 HTTP 回應的 Proxy-Authenticate 標頭值。

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)

屬性值

HTTP 回應的 Proxy-Authenticate 標頭值。

適用於