2 writes to _contentLength
System.Web (2)
HttpRequest.cs (2)
1288
_contentLength
= Int32.Parse(s, CultureInfo.InvariantCulture);
1299
_contentLength
= preloadedContent.Length;
3 references to _contentLength
System.Web (3)
HttpRequest.cs (3)
1282
if (
_contentLength
== -1) {
1305
return (
_contentLength
>= 0) ?
_contentLength
: 0;