Method OnClientConnectedAsync
OnClientConnectedAsync(HttpHost, HttpHostClient)
Called when a new client connects to the specified HTTP host.
public virtual Task OnClientConnectedAsync(HttpHost host, HttpHostClient client)
Parameters
host
HttpHostThe HTTP host that the client connected to.
client
HttpHostClientThe client that connected to the host.
Returns
- Task
A task that represents the asynchronous operation.