Table of Contents

Method OnClientDisconnectedAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

OnClientDisconnectedAsync(HttpHost, HttpHostClient)

Called when a client disconnects from the specified HTTP host.

public virtual Task OnClientDisconnectedAsync(HttpHost host, HttpHostClient client)

Parameters

host HttpHost

The HTTP host that the client disconnected from.

client HttpHostClient

The client that disconnected from the host.

Returns

Task

A task that represents the asynchronous operation.