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