4 writes to m_ContentLength
System (4)
net\System\Net\HttpListenerResponse.cs (4)
186
m_ContentLength
= templateResponse.m_ContentLength;
235
m_ContentLength
= -1;
311
m_ContentLength
= value;
658
m_ContentLength
= -1;
8 references to m_ContentLength
System (8)
net\System\Net\HttpListenerResponse.cs (8)
186
m_ContentLength = templateResponse.
m_ContentLength
;
303
return
m_ContentLength
;
358
GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::Close() ResponseState:" + m_ResponseState + " BoundaryType:" + m_BoundaryType + " ContentLength:" +
m_ContentLength
);
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);
667
Headers.SetInternal(HttpResponseHeader.ContentLength,
m_ContentLength
.ToString("D", NumberFormatInfo.InvariantInfo));
668
if (
m_ContentLength
==0) {
694
GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" +
m_ContentLength
+ " m_KeepAlive:" + m_KeepAlive);