Base:
property
Proxy
System.Net.WebRequest.Proxy
1 reference to Proxy
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
789
public ServicePoint ServicePoint => _servicePoint ??= ServicePointManager.FindServicePoint(Address,
Proxy
);