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