Request.ContentLength Property

Definition

public:
 property Nullable<long> ContentLength { Nullable<long> get(); };
public long? ContentLength { get; }
member this.ContentLength : Nullable<int64>
Public ReadOnly Property ContentLength As Nullable(Of Long)

Property Value

Nullable<Int64>

Applies to