Share via


RequestFormLimitsAttribute.MemoryBufferThreshold Property

Definition

If BufferBody is enabled, this many bytes of the body will be buffered in memory. If this threshold is exceeded then the buffer will be moved to a temp file on disk instead. This also applies when buffering individual multipart section bodies.

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

Property Value

Applies to