5 overrides of Proxy
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
254public override IWebProxy Proxy
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
387public override IWebProxy Proxy
System (3)
net\System\Net\filewebrequest.cs (1)
183public override IWebProxy Proxy {
net\System\Net\FtpWebRequest.cs (1)
447public override IWebProxy Proxy {
net\System\Net\HttpWebRequest.cs (1)
2686public override IWebProxy Proxy {
5 writes to Proxy
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
397GetRequest().Proxy = value;
System (2)
net\System\Net\NetWebProxyFinder.cs (1)
272request.Proxy = null;
net\System\Net\webclient.cs (1)
293request.Proxy = m_Proxy;
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
44req.Proxy = proxy;
System\Xml\XmlDownloadManagerAsync.cs (1)
37req.Proxy = proxy;
4 references to Proxy
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
652_byteRangeDownloader.Proxy = _originalRequest.Proxy;
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
392return GetRequest().Proxy;
System (2)
net\System\Net\WebRequest.cs (2)
864try { proxy = Proxy; } 901try { proxy = Proxy; }