KestrelServer クラス

定義

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>, IApplicationLifetime, ILoggerFactory)

プロパティ

Features
Options

メソッド

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

適用対象