Class HttpHostHandler
Provides a base class for handling HTTP host events.
public abstract class HttpHostHandler
- Inheritance
-
HttpHostHandler
- Inherited Members
Constructors
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.