Share via


KestrelServerLimits.MaxRequestBufferSize Property

Definition

Gets or sets the maximum size of the request buffer. Defaults to 1,048,576 bytes (1 MB).

public long? MaxRequestBufferSize { get; set; }

Property Value

Remarks

When set to null, the size of the request buffer is unlimited.

Applies to