Request.TotalBytes property

The size of the client request, used with BinaryRead.

Usage

size= Request.TotalBytes

Details

This property specifies the size, in bytes, of the request body sent by the client. It is primarily used to provide the number of bytes Request.BinaryRead should read.