MultipartReader.DefaultHeadersLengthLimit Field
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.
Gets the default value for HeadersLengthLimit. Defaults to 16,384 bytes, which is approximately 16KB.
public: int DefaultHeadersLengthLimit = 16384;
public const int DefaultHeadersLengthLimit = 16384;
val mutable DefaultHeadersLengthLimit : int
Public Const DefaultHeadersLengthLimit As Integer = 16384