Home
last modified time | relevance | path

Searched refs:m_Understands100Continue (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePoint.cs43 private bool m_Understands100Continue; field in System.Net.ServicePoint
131 m_Understands100Continue = true; in ServicePoint()
619m_Understands100Continue = m_Understands100Continue && (m_HttpBehaviour>HttpBehaviour.HTTP10 || m_…
901 m_Understands100Continue = value;
904 return m_Understands100Continue;