5 references to BasicScheme
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (5)
128TryGetValidAuthenticationChallengeForScheme(BasicScheme, AuthenticationType.Basic, authUri, credentials, authenticationHeaderValues, out challenge); 184SetRequestAuthenticationHeaderValue(request, new AuthenticationHeaderValue(BasicScheme, base64AuthString), isProxyAuth); 231preAuthCredentialPair = pool.PreAuthCredentials.GetCredential(authUri, BasicScheme); 313pool.PreAuthCredentials.Remove(preAuthCredentialUri, BasicScheme); 322pool.PreAuthCredentials.Add(authUri, BasicScheme, challenge.Credential);