1 instantiation of HttpHandlerResourceV3
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
128
var resource = new
HttpHandlerResourceV3
(clientHandler, messageHandler);
11 references to HttpHandlerResourceV3
NuGet.Credentials (2)
DefaultCredentialServiceUtility.cs (2)
33
if (
HttpHandlerResourceV3
.CredentialService == null)
36
HttpHandlerResourceV3
.CredentialService = new Lazy<ICredentialService>(
NuGet.Protocol (9)
HttpSource\HttpHandlerResourceV3Provider.cs (5)
49
HttpHandlerResourceV3
curResource = null;
59
private
HttpHandlerResourceV3
CreateResource(PackageSource packageSource)
103
messageHandler = new ProxyAuthenticationHandler(clientHandler,
HttpHandlerResourceV3
.CredentialService?.Value, ProxyCache.Instance)
122
messageHandler = new HttpSourceAuthenticationHandler(packageSource, clientHandler,
HttpHandlerResourceV3
.CredentialService?.Value)
128
var
resource = new HttpHandlerResourceV3(clientHandler, messageHandler);
HttpSource\HttpSourceAuthenticationHandler.cs (1)
307
HttpHandlerResourceV3
.CredentialsSuccessfullyUsed?.Invoke(uri, credentials);
Providers\DownloadResourcePluginProvider.cs (1)
89
HttpHandlerResourceV3
.CredentialService?.Value),
Providers\PluginResourceProvider.cs (1)
63
HttpHandlerResourceV3
.CredentialService?.Value);
RemoteRepositories\PluginFindPackageByIdResourceProvider.cs (1)
89
HttpHandlerResourceV3
.CredentialService?.Value),