KestrelServerLimits.MaxRequestLineSize Property

Definition

Gets or sets the maximum allowed size for the HTTP request line.

public:
 property int MaxRequestLineSize { int get(); void set(int value); };
public int MaxRequestLineSize { get; set; }
member this.MaxRequestLineSize : int with get, set
Public Property MaxRequestLineSize As Integer

Property Value

Remarks

Defaults to 8,192 bytes (8 KB).

Applies to