System::Net::Http::Headers::HttpResponseHeaders::get_WwwAuthenticate method

HttpResponseHeaders::get_WwwAuthenticate method

Returns a value of the ‘WWW-Authenticate’ header.

System::SharedPtr<HttpHeaderValueCollection<System::SharedPtr<AuthenticationHeaderValue>>> System::Net::Http::Headers::HttpResponseHeaders::get_WwwAuthenticate()

ReturnValue

A value of the ‘WWW-Authenticate’ header.

See Also