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