Share via


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 ヘッダーの値。

適用対象