1 write to _servicePoint
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
789
public ServicePoint ServicePoint =>
_servicePoint
??= ServicePointManager.FindServicePoint(Address, Proxy);
2 references to _servicePoint
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (2)
150
ServicePoint = webRequest.
_servicePoint
;
1209
if (
_servicePoint
?.Expect100Continue == true)