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