KestrelServer クラス

定義

Kestrel サーバー。

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
継承
KestrelServer
実装

コンストラクター

KestrelServer(IOptions<KestrelServerOptions>, IConnectionListenerFactory, ILoggerFactory)

KestrelServer の新しいインスタンスを初期化します。

KestrelServer(IOptions<KestrelServerOptions>, ITransportFactory, ILoggerFactory)

Kestrel サーバー。

プロパティ

Features

サーバーの HTTP 機能のコレクション。

Options

KestrelServerOptions を取得します。

メソッド

Dispose()

Kestrel サーバー。

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

アプリケーションを使用してサーバーを起動します。

StopAsync(CancellationToken)

要求の処理を停止し、可能な場合はサーバーを正常にシャットダウンします。

適用対象