Table of Contents

Method OnContextCreatedAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

OnContextCreatedAsync(HttpHost, HttpHostContext)

Called when a new context is created for the specified HTTP host.

public virtual Task OnContextCreatedAsync(HttpHost host, HttpHostContext context)

Parameters

host HttpHost

The HTTP host that created the context.

context HttpHostContext

The newly created context.

Returns

Task

A task that represents the asynchronous operation.