HttpRequestBase.ContentLength Property

Definition

When overridden in a derived class, gets the length, in bytes, of content that was sent by the client.

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

Property Value

The length, in bytes, of content that was sent by the client.

Exceptions

Applies to