RequestFormLimitsAttribute.MemoryBufferThreshold 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 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