1 write to SchemeName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
38SchemeName = schemeName;
4 references to SchemeName
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
255if (TryGetRepeatedChallenge(response, challenge.SchemeName, isProxyAuth, out string? challengeData))
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (3)
173Package = challenge.SchemeName, 198SetRequestAuthenticationHeaderValue(request, new AuthenticationHeaderValue(challenge.SchemeName, challengeResponse), isProxyAuth); 201if (authContext.IsAuthenticated || !TryGetChallengeDataForScheme(challenge.SchemeName, GetResponseAuthenticationHeaderValues(response, isProxyAuth), out challengeData))