3 references to AtLeastOneResponseReceived
System (3)
net\System\Net\_Connection.cs (1)
3070
retry = (!
AtLeastOneResponseReceived
&& !((HttpWebRequest) m_WriteList[0]).BodyStarted);
net\System\Net\_ConnectStream.cs (2)
2283
if (!m_Connection.
AtLeastOneResponseReceived
&& !m_Request.BodyStarted) {
2294
m_Connection.
AtLeastOneResponseReceived
? WebExceptionInternalStatus.Isolated : WebExceptionInternalStatus.RequestFatal,