5 writes to m_KeepAlive
System (5)
net\System\Net\HttpListenerResponse.cs (5)
49
m_KeepAlive
= true;
191
m_KeepAlive
= templateResponse.m_KeepAlive;
246
m_KeepAlive
= value;
652
m_KeepAlive
= false;
679
m_KeepAlive
= false;
6 references to m_KeepAlive
System (6)
net\System\Net\HttpListenerResponse.cs (6)
191
m_KeepAlive = templateResponse.
m_KeepAlive
;
242
return
m_KeepAlive
;
647
GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" +
m_KeepAlive
);
665
GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" +
m_KeepAlive
);
681
if (!
m_KeepAlive
) {
694
GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" +
m_KeepAlive
);