4 references to GetResponseAuthenticationHeaderValues
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (3)
68
HttpHeaderValueCollection<AuthenticationHeaderValue> authenticationHeaderValues =
GetResponseAuthenticationHeaderValues
(response, isProxyAuth: false);
119
HttpHeaderValueCollection<AuthenticationHeaderValue> authenticationHeaderValues =
GetResponseAuthenticationHeaderValues
(response, isProxyAuth);
140
if (!TryGetChallengeDataForScheme(scheme,
GetResponseAuthenticationHeaderValues
(response, isProxyAuth), out challengeData))
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
201
if (authContext.IsAuthenticated || !TryGetChallengeDataForScheme(challenge.SchemeName,
GetResponseAuthenticationHeaderValues
(response, isProxyAuth), out challengeData))