4 references to WwwAuthenticate
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
358
_httpResponseMessage.Headers.
WwwAuthenticate
.ToString());
Microsoft.NET.Build.Containers (1)
AuthHandshakeMessageHandler.cs (1)
79
var authenticateHeader = msg.Headers.
WwwAuthenticate
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
161
response.Headers.
WwwAuthenticate
;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
386
_httpResponseMessage.Headers.
WwwAuthenticate
.ToString());