Request.TotalBytes
propertyBinaryRead.size= Request.TotalBytes
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.