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