KestrelServerLimits Class

Definition

public ref class KestrelServerLimits
public class KestrelServerLimits
type KestrelServerLimits = class
Public Class KestrelServerLimits
Inheritance
KestrelServerLimits

Constructors

KestrelServerLimits()

Properties

KeepAliveTimeout

Gets or sets the keep-alive timeout.

MaxRequestBufferSize

Gets or sets the maximum size of the request buffer.

MaxRequestHeaderCount

Gets or sets the maximum allowed number of headers per HTTP request.

MaxRequestHeadersTotalSize

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

MaxRequestLineSize

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

MaxResponseBufferSize

Gets or sets the maximum size of the response buffer before write calls begin to block or return tasks that don't complete until the buffer size drops below the configured limit.

RequestHeadersTimeout

Gets or sets the maximum amount of time the server will spend receiving request headers.

Applies to