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