HttpResponseHeaders.WwwAuthenticate Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property WwwAuthenticate As HttpHeaderValueCollection(Of AuthenticationHeaderValue)
Get
'Usage
Dim instance As HttpResponseHeaders
Dim value As HttpHeaderValueCollection(Of AuthenticationHeaderValue)
value = instance.WwwAuthenticate
public HttpHeaderValueCollection<AuthenticationHeaderValue> WwwAuthenticate { get; }
public:
property HttpHeaderValueCollection<AuthenticationHeaderValue^>^ WwwAuthenticate {
HttpHeaderValueCollection<AuthenticationHeaderValue^>^ get ();
}
member WwwAuthenticate : HttpHeaderValueCollection<AuthenticationHeaderValue>
function get WwwAuthenticate () : HttpHeaderValueCollection<AuthenticationHeaderValue>
Property Value
Type: System.Net.Http.Headers.HttpHeaderValueCollection<AuthenticationHeaderValue>