Occurs when the request context has to be created at the beginning of the HTTP request.
The event allows customization of the request context. Create and initialize the request context in the event handler and return it in the CreateContextEventArgs object. If there is no event handler registered, or the event handler returns a null reference a default LocalContext instance is created.
Namespace: TechTalk.Genome.Extensions.Web
Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
GenomeContextHttpModule Class | TechTalk.Genome.Extensions.Web Namespace