3 references to TotalBytes
System.Web (3)
Abstractions\HttpRequestWrapper.cs (1)
269return _httpRequest.TotalBytes;
HttpRequest.cs (1)
2470if (count < 0 || count > TotalBytes)
Util\AspCompat.cs (1)
658return _context.Request.TotalBytes;