Table of Contents

Method OnClientConnectedAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

OnClientConnectedAsync(HttpHost, HttpHostClient)

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

public virtual Task OnClientConnectedAsync(HttpHost host, HttpHostClient client)

Parameters

host HttpHost

The HTTP host that the client connected to.

client HttpHostClient

The client that connected to the host.

Returns

Task

A task that represents the asynchronous operation.