IFormOptionsMetadata.MemoryBufferThreshold 属性

定义

如果启用了 BufferBody,则正文的这么多字节将在内存中缓冲。 如果超出此阈值,则会将缓冲区移到磁盘上的临时文件。 在缓冲单个多部分部分主体时,这同样适用。 默认为 65,536 个字节,大约为 64KB。

public int? MemoryBufferThreshold { get; }
member this.MemoryBufferThreshold : Nullable<int>
Public ReadOnly Property MemoryBufferThreshold As Nullable(Of Integer)

属性值

适用于