1 instantiation of HttpHandlerResourceV3
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
126var 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)
47HttpHandlerResourceV3? curResource = null; 57private HttpHandlerResourceV3 CreateResource(PackageSource packageSource) 101messageHandler = new ProxyAuthenticationHandler(clientHandler, HttpHandlerResourceV3.CredentialService?.Value, ProxyCache.Instance) 120messageHandler = new HttpSourceAuthenticationHandler(packageSource, clientHandler, HttpHandlerResourceV3.CredentialService?.Value) 126var resource = new HttpHandlerResourceV3(clientHandler, messageHandler);
HttpSource\HttpSourceAuthenticationHandler.cs (1)
312HttpHandlerResourceV3.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),