KestrelServerLimits.MaxRequestBufferSize Property

Definition

Gets or sets the maximum size of the request buffer.

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. Defaults to 1,048,576 bytes (1 MB).

Applies to