IFormOptionsMetadata.MemoryBufferThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. Defaults to 65,536 bytes, which is approximately 64KB.
public int? MemoryBufferThreshold { get; }
member this.MemoryBufferThreshold : Nullable<int>
Public ReadOnly Property MemoryBufferThreshold As Nullable(Of Integer)