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)
1282if (_contentLength == -1) { 1305return (_contentLength >= 0) ? _contentLength : 0;