Table of Contents

Class HttpHostHandler

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

Provides a base class for handling HTTP host events.

public abstract class HttpHostHandler
Inheritance
HttpHostHandler
Inherited Members

Constructors

HttpHostHandler()

Methods

OnClientConnectedAsync(HttpHost, HttpHostClient)

Called when a new client connects to the specified HTTP host.

OnClientDisconnectedAsync(HttpHost, HttpHostClient)

Called when a client disconnects from the specified HTTP host.

OnContextCreatedAsync(HttpHost, HttpHostContext)

Called when a new context is created for the specified HTTP host.