5 writes to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
43set { _innerHandler.Proxy = value; }
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
65Proxy = proxy,
System.Private.Xml (1)
System\Xml\XmlDownloadManager.cs (1)
52handler.Proxy = proxy;
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
286clientHandler.Proxy = Proxy; 291clientHandler.Proxy = await ProxyFactory.CreateWebProxyAsync(authenticationLevel,
7 references to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
42get { return _innerHandler.Proxy; }
NuGet.Protocol (6)
HttpSource\ProxyAuthenticationHandler.cs (4)
87if (_clientHandler.Proxy == null) 97if (!await AcquireCredentialsAsync(requestUri, cacheVersion, _clientHandler.Proxy!, _credentialService!, logger, cancellationToken)) 103when (ProxyAuthenticationRequired(ex) && _clientHandler.Proxy != null && _credentialService != null) 105if (!await AcquireCredentialsAsync(requestUri, cacheVersion, _clientHandler.Proxy!, _credentialService!, logger, cancellationToken))
Providers\DownloadResourcePluginProvider.cs (1)
88httpHandlerResource.ClientHandler?.Proxy,
RemoteRepositories\PluginFindPackageByIdResourceProvider.cs (1)
88httpHandlerResource.ClientHandler?.Proxy,