5 references to WwwAuthenticate
System (4)
net\System\Net\_AuthenticationState.cs (1)
72
return IsProxyAuth ? HttpResponseHeader.ProxyAuthenticate : HttpResponseHeader.
WwwAuthenticate
;
net\System\Net\HttpListenerResponse.cs (1)
702
Headers.SetInternal(HttpResponseHeader.
WwwAuthenticate
, HttpListenerContext.MutualAuthentication);
net\System\Net\UnsafeNativeMethods.cs (1)
2733
const int HttpHeaderResponseMaximum = (int)HttpResponseHeader.
WwwAuthenticate
+ 1;
net\System\Net\WebHeaderCollection.cs (1)
296
case HttpResponseHeader.
WwwAuthenticate
:
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3783
response.Headers[HttpResponseHeader.
WwwAuthenticate
]);