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