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