KestrelServer Class
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.
public ref class KestrelServer : IDisposable, Microsoft::AspNetCore::Hosting::Server::IServer
public class KestrelServer : IDisposable, Microsoft.AspNetCore.Hosting.Server.IServer
type KestrelServer = class
interface IServer
interface IDisposable
Public Class KestrelServer
Implements IDisposable, IServer
- Inheritance
-
KestrelServer
- Implements
Constructors
KestrelServer(IOptions<KestrelServerOptions>, IApplicationLifetime, ILoggerFactory) |
Properties
Features | |
Options |
Methods
Dispose() | |
Start<TContext>(IHttpApplication<TContext>) |