Aracılığıyla paylaş


KestrelServer Sınıf

Tanım

Kestrel sunucusu.

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
Devralma
KestrelServer
Uygulamalar

Oluşturucular

KestrelServer(IOptions<KestrelServerOptions>, IConnectionListenerFactory, ILoggerFactory)

öğesinin yeni bir örneğini KestrelServerbaşlatır.

KestrelServer(IOptions<KestrelServerOptions>, ITransportFactory, ILoggerFactory)

Kestrel sunucusu.

Özellikler

Features

Sunucunun HTTP özellikleri koleksiyonu.

Options

KestrelServerOptions öğesini alır.

Yöntemler

Dispose()

Kestrel sunucusu.

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

Sunucuyu bir uygulamayla başlatın.

StopAsync(CancellationToken)

İstekleri işlemeyi durdurun ve mümkünse düzgün bir şekilde sunucuyu kapatın.

Şunlara uygulanır