Microsoft.AspNetCore.Server.Kestrel Namespace
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.
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.