Platform SDK: IIS SDK
      [IIS 5.0] [IIS 5.1] [IIS 6.0]

Request.TotalBytes

The TotalBytes property specifies the total number of bytes that the client sent in the body of the request. This property is read-only.

Syntax

Counter=index.html Request.TotalBytes

Parameters

Counter
Specifies a variable to receive the total number of bytes that the client sends in the request.

Example

The following script sets a variable equal to the total number of bytes included in a request object.

<%

  Dim bytecount

  bytecount =index.html Request.TotalBytes

%>

Applies To

Request Object

See Also

Requirements

Platforms: Windows 2000 with IIS 5.0 installed, Windows XP with IIS 5.1 installed, Windows Server 2003 family with IIS 6.0 installed

Platform SDK Release: February 2003
What did you think of this topic?
Order a Platform SDK CD