4 references to ContentLength
System (4)
net\System\Net\HttpListenerRequest.cs (2)
400m_BoundaryType = BoundaryType.ContentLength; 710return (ContentLength64 > 0 && m_BoundaryType == BoundaryType.ContentLength) ||
net\System\Net\HttpListenerResponse.cs (2)
312m_BoundaryType = BoundaryType.ContentLength; 666if (m_BoundaryType==BoundaryType.ContentLength) {