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