3 implementations of IAutoWebProxy
System (3)
net\System\Net\_emptywebproxy.cs (1)
12internal sealed class EmptyWebProxy : IAutoWebProxy {
net\System\Net\webproxy.cs (1)
39public class WebProxy : IAutoWebProxy, ISerializable {
net\System\Net\WebRequest.cs (1)
1109internal class WebProxyWrapperOpaque : IAutoWebProxy
5 references to IAutoWebProxy
System (5)
net\System\Net\_emptywebproxy.cs (1)
42ProxyChain IAutoWebProxy.GetProxies(Uri destination)
net\System\Net\ServicePointManager.cs (2)
698IAutoWebProxy autoProxy = proxy as IAutoWebProxy;
net\System\Net\webproxy.cs (1)
555ProxyChain IAutoWebProxy.GetProxies(Uri destination) {
net\System\Net\WebRequest.cs (1)
1143return ((IAutoWebProxy) webProxy).GetProxies(destination);