共用方式為


FormOptions.BufferBodyLengthLimit 屬性

定義

如果 BufferBody 已啟用,這是將緩衝的位元組總數限制。 超過此限制的表單會在剖析時擲回 InvalidDataException 。 預設為 134,217,728 個位元組,大約是 128MB。

public:
 property long BufferBodyLengthLimit { long get(); void set(long value); };
public long BufferBodyLengthLimit { get; set; }
member this.BufferBodyLengthLimit : int64 with get, set
Public Property BufferBodyLengthLimit As Long

屬性值

適用於