4 writes to m_ContentLength
System (4)
net\System\Net\HttpListenerRequest.cs (4)
396
m_ContentLength
= -1;
399
m_ContentLength
= 0;
403
bool success = long.TryParse(length, NumberStyles.None, CultureInfo.InvariantCulture.NumberFormat, out
m_ContentLength
);
405
m_ContentLength
= 0;
2 references to m_ContentLength
System (2)
net\System\Net\HttpListenerRequest.cs (2)
411
GlobalLog.Print("HttpListenerRequest#" + ValidationHelper.HashString(this) + "::ContentLength_get() returning m_ContentLength:" +
m_ContentLength
+ " m_BoundaryType:" + m_BoundaryType);
412
return
m_ContentLength
;