HttpRequestWrapper::TotalBytes Property

 

Gets the number of bytes in the current input stream.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int TotalBytes {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of bytes in the input stream.

.NET Framework
Available since 3.5
Return to top
Show: