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

适用于