MultipartReader.BodyLengthLimit Property

Definition

The optional limit for the body length of each multipart section. The hosting server is responsible for limiting the overall body length.

public:
 property Nullable<long> BodyLengthLimit { Nullable<long> get(); void set(Nullable<long> value); };
public long? BodyLengthLimit { get; set; }
member this.BodyLengthLimit : Nullable<int64> with get, set
Public Property BodyLengthLimit As Nullable(Of Long)

Property Value

Applies to