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 標頭值。

適用於