Method OnClientDisconnectedAsync
OnClientDisconnectedAsync(HttpHost, HttpHostClient)
Called when a client disconnects from the specified HTTP host.
public virtual Task OnClientDisconnectedAsync(HttpHost host, HttpHostClient client)
Parameters
host
HttpHostThe HTTP host that the client disconnected from.
client
HttpHostClientThe client that disconnected from the host.
Returns
- Task
A task that represents the asynchronous operation.