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