KestrelServerLimits.MaxRequestHeadersTotalSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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