This documentation is archived and is not being maintained.
HttpRequest::TotalBytes Property
.NET Framework (current version)
Gets the number of bytes in the current input stream.
Namespace:
System.WebAssembly:
System.Web (in System.Web.dll)
public:
property int TotalBytes {
int get();
}
Property Value
Type:
System::Int32The number of bytes in the input stream.
The following code example determines whether the TotalBytes property value is greater than 1000 bytes and writes that information to a file.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top