Table of Contents

Method OnContextBagCreated

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

OnContextBagCreated(TypedValueDictionary)

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

protected virtual void OnContextBagCreated(TypedValueDictionary contextBag)

Parameters

contextBag TypedValueDictionary

The creating context bag.