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