FormOptions.BufferBodyLengthLimit 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 is the limit for the total number of bytes that will be buffered. Forms that exceed this limit will throw an InvalidDataException when parsed. Defaults to 134,217,728 bytes, which is approximately 128MB.
public:
property long BufferBodyLengthLimit { long get(); void set(long value); };
public long BufferBodyLengthLimit { get; set; }
member this.BufferBodyLengthLimit : int64 with get, set
Public Property BufferBodyLengthLimit As Long