다음을 통해 공유


HttpResponseHeaders.WwwAuthenticate 속성

정의

HTTP 응답에 대한 WWW-Authenticate 헤더의 값을 가져옵니다.

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

속성 값

HTTP 응답에 대한 WWW-Authenticate 헤더의 값입니다.

적용 대상