HttpRequestBase.TotalBytes Property

Definition

When overridden in a derived class, gets the number of bytes in the current input stream.

public:
 virtual property int TotalBytes { int get(); };
public virtual int TotalBytes { get; }
member this.TotalBytes : int
Public Overridable ReadOnly Property TotalBytes As Integer

Property Value

The number of bytes in the input stream.

Exceptions

Applies to