Microsoft.AspNetCore.Server.Kestrel Namespace

Provides types that are used to run Kestrel, which is a cross-platform web server for ASP.NET Core.

Classes

BadHttpRequestException
EndpointConfiguration

The configuration for an endpoint.

KestrelConfigurationLoader

Configuration loader for Kestrel.

KestrelServer
KestrelServerLimits
KestrelServerOptions

Provides programmatic configuration of Kestrel-specific features.

ServerAddress

Remarks

For more information about hosting ASP.NET Core apps with Kestrel, see Kestrel web server implementation in ASP.NET Core.