Base:
property
Proxy
System.Net.WebRequest.Proxy
6 writes to Proxy
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
529
request.
Proxy
= _proxy;
System (1)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
250
request.
Proxy
= options.Proxy;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
608
httpWebRequest.
Proxy
= proxy;
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
796
httpWebRequest.
Proxy
= this.proxy;
800
httpWebRequest.
Proxy
= this.proxyFactory.CreateWebProxy(httpWebRequest, proxyTokenProvider, timeout);
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
849
httpRequest.
Proxy
= proxy;