KestrelServerLimits.MaxRequestBufferSize Property

Definition

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

public:
 property Nullable<long> MaxRequestBufferSize { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxRequestBufferSize { get; set; }
member this.MaxRequestBufferSize : Nullable<int64> with get, set
Public Property MaxRequestBufferSize As Nullable(Of Long)

Property Value

Remarks

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

Applies to