HttpRequestWrapper.TotalBytes Property

Definition

Gets the number of bytes in the current input stream.

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

Property Value

The number of bytes in the input stream.

Applies to