Base:
property
Proxy
System.Net.WebRequest.Proxy
1 write to Proxy
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
456request.Proxy = _proxy;
1 reference to Proxy
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
787public ServicePoint ServicePoint => _servicePoint ??= ServicePointManager.FindServicePoint(Address, Proxy);