1 interface inheriting from IWebProxy
System (1)
net\System\Net\_ProxyChain.cs (1)
12
internal interface IAutoWebProxy :
IWebProxy
58 references to IWebProxy
PresentationCore (5)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
338
internal
IWebProxy
Proxy
957
private
IWebProxy
_proxy;
Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs (2)
254
public override
IWebProxy
Proxy
384
private
IWebProxy
_proxy;
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
387
public override
IWebProxy
Proxy
System (36)
net\System\Net\Configuration\DefaultProxySection.cs (4)
192
if (!typeof(
IWebProxy
).IsAssignableFrom(theType))
198
this.webProxy = (
IWebProxy
)Activator.CreateInstance(
312
internal
IWebProxy
WebProxy
317
private
IWebProxy
webProxy;
net\System\Net\filewebrequest.cs (5)
33
IWebProxy
m_proxy;
67
m_proxy = (
IWebProxy
)serializationInfo.GetValue("proxy", typeof(
IWebProxy
));
95
serializationInfo.AddValue("proxy", m_proxy, typeof(
IWebProxy
));
183
public override
IWebProxy
Proxy {
net\System\Net\FtpWebRequest.cs (3)
201
private
IWebProxy
m_Proxy;
447
public override
IWebProxy
Proxy {
486
IWebProxy
proxy = m_Proxy;
net\System\Net\GlobalProxySelection.cs (3)
14
public static
IWebProxy
Select
18
IWebProxy
proxy = WebRequest.DefaultWebProxy;
37
public static
IWebProxy
GetEmptyWebProxy() {
net\System\Net\HttpWebRequest.cs (6)
216
private
IWebProxy
_Proxy;
2686
public override
IWebProxy
Proxy {
2713
internal
IWebProxy
InternalProxy {
5274
_Proxy = (
IWebProxy
)serializationInfo.GetValue("_Proxy", typeof(
IWebProxy
));
5352
serializationInfo.AddValue("_Proxy", _Proxy, typeof(
IWebProxy
));
net\System\Net\ServicePointManager.cs (3)
661
public static ServicePoint FindServicePoint(string uriString,
IWebProxy
proxy) {
675
public static ServicePoint FindServicePoint(Uri address,
IWebProxy
proxy) {
683
internal static ServicePoint FindServicePoint(Uri address,
IWebProxy
proxy, out ProxyChain chain, ref HttpAbortDelegate abortDelegate, ref int abortState)
net\System\Net\webclient.cs (2)
50
IWebProxy
m_Proxy;
239
public
IWebProxy
Proxy {
net\System\Net\WebRequest.cs (8)
764
public virtual
IWebProxy
Proxy {
863
IWebProxy
proxy = null;
900
IWebProxy
proxy = null;
1024
private static volatile
IWebProxy
s_DefaultWebProxy;
1027
internal static
IWebProxy
InternalDefaultWebProxy
1071
public static
IWebProxy
DefaultWebProxy
1089
public static
IWebProxy
GetSystemWebProxy()
1095
internal static
IWebProxy
InternalGetSystemWebProxy()
net\System\Net\WebSockets\ClientWebSocket.cs (2)
408
private
IWebProxy
proxy;
460
public
IWebProxy
Proxy
System.Runtime.Remoting (4)
channels\http\httpclientchannel.cs (4)
56
private
IWebProxy
_proxyObject = null; // proxy object for request, can be overridden in transport sink
361
internal
IWebProxy
ProxyObject { get { return _proxyObject; } }
448
private
IWebProxy
_proxyObject = null; // overrides channel proxy object if non-null
604
IWebProxy
proxy = _proxyObject;
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
60
IWebProxy
proxy;
255
public
IWebProxy
Proxy
2142
public
IWebProxy
CreateWebProxy(HttpWebRequest request, SecurityTokenProviderContainer tokenProvider, TimeSpan timeout)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
41
IWebProxy
webProxy;
339
internal
IWebProxy
Proxy
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
718
private
IWebProxy
proxy;
825
public
IWebProxy
Proxy {
System.Xml (6)
System\Xml\XmlDownloadManager.cs (2)
27
internal Stream GetStream(Uri uri, ICredentials credentials,
IWebProxy
proxy,
37
private Stream GetNonFileStream( Uri uri, ICredentials credentials,
IWebProxy
proxy,
System\Xml\XmlDownloadManagerAsync.cs (2)
20
internal Task<Stream> GetStreamAsync(Uri uri, ICredentials credentials,
IWebProxy
proxy,
30
private async Task<Stream> GetNonFileStreamAsync(Uri uri, ICredentials credentials,
IWebProxy
proxy,
System\Xml\XmlUrlResolver.cs (2)
20
private
IWebProxy
_proxy;
43
public
IWebProxy
Proxy {