KestrelServer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |