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