1 instantiation of HttpHandlerResourceV3
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
126
var resource = new
HttpHandlerResourceV3
(clientHandler, messageHandler);
12 references to HttpHandlerResourceV3
NuGet.Credentials (3)
DefaultCredentialServiceUtility.cs (3)
33
HttpHandlerResourceV3
.CredentialService = null;
49
if (
HttpHandlerResourceV3
.CredentialService == null)
52
HttpHandlerResourceV3
.CredentialService = new Lazy<ICredentialService>(
NuGet.Protocol (9)
HttpSource\HttpHandlerResourceV3Provider.cs (5)
47
HttpHandlerResourceV3
? curResource = null;
57
private
HttpHandlerResourceV3
CreateResource(PackageSource packageSource)
101
messageHandler = new ProxyAuthenticationHandler(clientHandler,
HttpHandlerResourceV3
.CredentialService?.Value, ProxyCache.Instance)
120
messageHandler = new HttpSourceAuthenticationHandler(packageSource, clientHandler,
HttpHandlerResourceV3
.CredentialService?.Value)
126
var
resource = new HttpHandlerResourceV3(clientHandler, messageHandler);
HttpSource\HttpSourceAuthenticationHandler.cs (1)
312
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),