HttpResponseHeaders.WwwAuthenticate Property

Definition

Gets the value of the WWW-Authenticate header for an HTTP response.

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)

Property Value

The value of the WWW-Authenticate header for an HTTP response.

Applies to