KestrelServer Class

Definition

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>)

Applies to