KrFormLimits class

Defines form parsing limits.

public sealed class KrFormLimits

Public Members

name description
KrFormLimits() Initializes a new instance of the KrFormLimits class.
KrFormLimits(…) Initializes a new instance of the KrFormLimits class by copying settings from another instance.
MaxFieldValueBytes { get; set; } Gets or sets the maximum field value size in bytes.
MaxHeaderBytesPerPart { get; set; } Gets or sets the maximum header bytes per part.
MaxNestingDepth { get; set; } Gets or sets the maximum nesting depth for multipart bodies.
MaxPartBodyBytes { get; set; } Gets or sets the maximum allowed part body size in bytes.
MaxParts { get; set; } Gets or sets the maximum number of parts allowed.
MaxRequestBodyBytes { get; set; } Gets or sets the maximum allowed request body size in bytes.
override ToString() Returns a string representation of the form limits.

See Also