IFormOptionsMetadata.MultipartHeadersLengthLimit 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.
A limit for the total length of the header keys and values in each multipart section. Form sections that exceed this limit will throw an InvalidDataException when parsed. Defaults to 16,384 bytes, which is approximately 16KB.
public int? MultipartHeadersLengthLimit { get; }
member this.MultipartHeadersLengthLimit : Nullable<int>
Public ReadOnly Property MultipartHeadersLengthLimit As Nullable(Of Integer)