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>)

적용 대상