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