3 instantiations of WebProxy
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
112Proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal); 124Proxy = new WebProxy(); 1385WebProxy result = new WebProxy(_address, _bypassOnLocal);
4 references to WebProxy
netstandard (1)
netstandard.cs (1)
1304[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebProxy))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
796[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebProxy))]
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
219public static WebProxy GetDefaultProxy() =>
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1385WebProxy result = new WebProxy(_address, _bypassOnLocal);