HttpRequestWrapper.ContentLength Property

Definition

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

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

Property Value

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

Applies to