3 writes to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
43
set { _innerHandler.
Proxy
= value; }
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
568
httpClientHandler.
Proxy
= _httpConnectionOptions.Proxy;
System.Private.Xml (1)
System\Xml\XmlDownloadManager.cs (1)
52
handler.
Proxy
= proxy;
2 references to Proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
42
get { return _innerHandler.
Proxy
; }
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.cs (1)
113
Assert.Same(httpOptions.Proxy, httpClientHandler.
Proxy
);