3 references to TryGetChallengeDataForScheme
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (2)
85if (!TryGetChallengeDataForScheme(scheme, authenticationHeaderValues, out string? challengeData)) 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))