MessagePump Class

Definition

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
Inheritance
MessagePump
Implements

Constructors

MessagePump(IOptions<WebListenerOptions>, ILoggerFactory)

Properties

Features
Listener

Methods

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

Applies to