Method OnContextBagCreatedAsync
OnContextBagCreatedAsync(TypedValueDictionary)
Method that is called when an HTTP context is created within an HttpRequest object.
protected virtual Task OnContextBagCreatedAsync(TypedValueDictionary contextBag)
Parameters
contextBag
TypedValueDictionaryThe creating context bag.