Table of Contents

Method OnContextBagCreated

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

OnContextBagCreated(TypedValueDictionary)

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

protected override sealed void OnContextBagCreated(TypedValueDictionary contextBag)

Parameters

contextBag TypedValueDictionary

The creating context bag.