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