Table of Contents

Method OnContextBagCreatedAsync

Namespace
Sisk.Core.Http.Handlers
Assembly
Sisk.Core.dll

OnContextBagCreatedAsync(TypedValueDictionary)

Method that is called when an HTTP context is created within an HttpRequest object.

protected virtual Task OnContextBagCreatedAsync(TypedValueDictionary contextBag)

Parameters

contextBag TypedValueDictionary

The creating context bag.

Returns

Task