KestrelServerLimits.MaxRequestHeadersTotalSize Property

Definition

Gets or sets the maximum allowed size for the HTTP request headers. Defaults to 32,768 bytes (32 KB).

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

Property Value

Applies to