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