FormOptions.MemoryBufferThreshold 属性

定义

如果 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

属性值

适用于