TotalBytes 属性指定客户端在请求正文中发送的总字节数。该属性只允许读
Counter = Request.TotalBytes
以下脚本设置一个等于请求对象中包括的总字节数的变量。
<% Dim bytecount bytecount = Request.TotalBytes %>