Share via


HttpResponseHeaders.WwwAuthenticate Proprietà

Definizione

Ottiene il valore dell'intestazione WWW-Authenticate per una risposta HTTP.

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)

Valore della proprietà

Valore dell'intestazione WWW-Authenticate per una risposta HTTP.

Si applica a