5 writes to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
43set { _innerHandler.Proxy = value; }
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
562httpClientHandler.Proxy = _httpConnectionOptions.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,
2 references to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
42get { return _innerHandler.Proxy; }
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.cs (1)
113Assert.Same(httpOptions.Proxy, httpClientHandler.Proxy);