MessagePump 类

定义

public ref class MessagePump : IDisposable, Microsoft::AspNetCore::Hosting::Server::IServer
public class MessagePump : IDisposable, Microsoft.AspNetCore.Hosting.Server.IServer
type MessagePump = class
    interface IServer
    interface IDisposable
Public Class MessagePump
Implements IDisposable, IServer
继承
MessagePump
实现

构造函数

MessagePump(IOptions<WebListenerOptions>, ILoggerFactory)

属性

Features
Listener

方法

Dispose()
Start<TContext>(IHttpApplication<TContext>)

适用于