KestrelServer Třída

Definice

Kestrel server.

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
Dědičnost
KestrelServer
Implementuje

Konstruktory

KestrelServer(IOptions<KestrelServerOptions>, IConnectionListenerFactory, ILoggerFactory)

Inicializuje novou instanci .KestrelServer

KestrelServer(IOptions<KestrelServerOptions>, ITransportFactory, ILoggerFactory)

Kestrel server.

Vlastnosti

Features

Kolekce funkcí PROTOKOLU HTTP serveru.

Options

Získá .KestrelServerOptions

Metody

Dispose()

Kestrel server.

StartAsync<TContext>(IHttpApplication<TContext>, CancellationToken)

Spusťte server pomocí aplikace.

StopAsync(CancellationToken)

Pokud je to možné, zastavte zpracování požadavků a vypněte server.

Platí pro