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 헤더의 값입니다.

적용 대상