Share via


IFormOptionsMetadata.BufferBodyLengthLimit Property

Definition

If BufferBody is enabled, this is the limit for the total number of bytes that will be buffered. Forms that exceed this limit will throw an InvalidDataException when parsed. Defaults to 134,217,728 bytes, which is approximately 128MB.

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

Property Value

Applies to