3 writes to m_Understands100Continue
System (3)
net\System\Net\ServicePoint.cs (3)
132
m_Understands100Continue
= true;
618
m_Understands100Continue
= m_Understands100Continue && (m_HttpBehaviour>HttpBehaviour.HTTP10 || m_HttpBehaviour == HttpBehaviour.Unknown);
951
m_Understands100Continue
= value;
2 references to m_Understands100Continue
System (2)
net\System\Net\ServicePoint.cs (2)
618
m_Understands100Continue =
m_Understands100Continue
&& (m_HttpBehaviour>HttpBehaviour.HTTP10 || m_HttpBehaviour == HttpBehaviour.Unknown);
954
return
m_Understands100Continue
;