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)
3285
ServicePoint servicePoint =
_ServicePoint
;
3294
if (
_ServicePoint
== null || forceFind ) {
3304
if (Logging.On) Logging.Associate(Logging.Web, this,
_ServicePoint
);
3307
servicePoint =
_ServicePoint
;
4426
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::EndWriteHeaders() ContentLength:" + ContentLength + " HttpWriteMode:" + HttpWriteMode + " _ServicePoint.Understands100Continue:" +
_ServicePoint
.Understands100Continue + " ExpectContinue:" + ExpectContinue);
4455
&& ExpectContinue &&
_ServicePoint
.Understands100Continue);
5063
GlobalLog.Assert(
_ServicePoint
!= null, "HttpWebRequest#{0}::SerializeHeaders()|_ServicePoint == null", ValidationHelper.HashString(this));
6120
_ServicePoint
.Understands100Continue &&
6124
_ServicePoint
.Understands100Continue = false;