Share via


KestrelServer Classe

Definição

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
Herança
KestrelServer
Implementações

Construtores

KestrelServer(IOptions<KestrelServerOptions>, IApplicationLifetime, ILoggerFactory)

Propriedades

Features
Options

Métodos

Dispose()
Start<TContext>(IHttpApplication<TContext>)

Aplica-se a