RequestFormLimitsAttribute.MemoryBufferThreshold 屬性

定義

如果 BufferBody 已啟用,則會在記憶體中緩衝處理本文的這個許多位元組。 如果超過此臨界值,則會改為將緩衝區移至磁片上的暫存檔案。 這也適用于緩衝個別多部分區段主體時。

public:
 property int MemoryBufferThreshold { int get(); void set(int value); };
public int MemoryBufferThreshold { get; set; }
member this.MemoryBufferThreshold : int with get, set
Public Property MemoryBufferThreshold As Integer

屬性值

適用於