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)

如果可能,请停止处理请求并正常关闭服务器。

适用于