KestrelServer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 实现
构造函数
属性
Features |
服务器的 HTTP 功能的集合。 |
Options |
方法
Dispose() |
Kestrel 服务器。 |
StartAsync<TContext>(IHttpApplication<TContext>, CancellationToken) |
使用应用程序启动服务器。 |
StopAsync(CancellationToken) |
如果可能,请停止处理请求并正常关闭服务器。 |