This documentation is archived and is not being maintained.
HttpRequest.TotalBytes Property
.NET Framework 1.1
Gets the number of bytes in the current input stream.
[Visual Basic] Public ReadOnly Property TotalBytes As Integer [C#] public int TotalBytes {get;} [C++] public: __property int get_TotalBytes(); [JScript] public function get TotalBytes() : int;
Property Value
The number of bytes in the input stream.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRequest Class | HttpRequest Members | System.Web Namespace
Show: