3 writes to _ServicePoint
System (3)
net\System\Net\HttpWebRequest.cs (3)
1877_ServicePoint = servicePoint; 3303_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref _AbortDelegate, ref m_Aborted); 5167_ServicePoint = servicePoint;
9 references to _ServicePoint
System (9)
net\System\Net\HttpWebRequest.cs (9)
3285ServicePoint servicePoint = _ServicePoint; 3294if ( _ServicePoint == null || forceFind ) { 3304if (Logging.On) Logging.Associate(Logging.Web, this, _ServicePoint); 3307servicePoint = _ServicePoint; 4426GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::EndWriteHeaders() ContentLength:" + ContentLength + " HttpWriteMode:" + HttpWriteMode + " _ServicePoint.Understands100Continue:" + _ServicePoint.Understands100Continue + " ExpectContinue:" + ExpectContinue); 4455&& ExpectContinue && _ServicePoint.Understands100Continue); 5063GlobalLog.Assert(_ServicePoint != null, "HttpWebRequest#{0}::SerializeHeaders()|_ServicePoint == null", ValidationHelper.HashString(this)); 6120_ServicePoint.Understands100Continue && 6124_ServicePoint.Understands100Continue = false;