2 writes to Understands100Continue
System (2)
net\System\Net\_Connection.cs (1)
2733
ServicePoint.
Understands100Continue
= true;
net\System\Net\HttpWebRequest.cs (1)
6124
_ServicePoint.
Understands100Continue
= false;
4 references to Understands100Continue
System (4)
net\System\Net\_Connection.cs (1)
2728
if (!ServicePoint.
Understands100Continue
) {
net\System\Net\HttpWebRequest.cs (3)
4426
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::EndWriteHeaders() ContentLength:" + ContentLength + " HttpWriteMode:" + HttpWriteMode + " _ServicePoint.Understands100Continue:" + _ServicePoint.
Understands100Continue
+ " ExpectContinue:" + ExpectContinue);
4455
&& ExpectContinue && _ServicePoint.
Understands100Continue
);
6120
_ServicePoint.
Understands100Continue
&&