FormOptions.MemoryBufferThreshold 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 BufferBody 启用 ,则会在内存中缓冲正文的这么多字节。 如果超出此阈值,则会将缓冲区移到磁盘上的临时文件。 在缓冲单个多部分部分主体时,这同样适用。 默认为 65,536 个字节,大约为 64KB。
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