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