asp.net.ph

Request.TotalBytes Property

System.Web Namespace   HttpRequest Class


Gets the number of bytes in the current input stream.

[ VB ]
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.

Example

The following example shows the simplest way to retrieve and display the TotalBytes for the current URL request.

<%= Request.TotalBytes %>

 Show me 

See Also

HttpRequest Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph