TechTalk Genome v4.2

GenomeContextHttpModule.CreateRequestContext Event

Occurs when the request context has to be created at the beginning of the HTTP request.

public event CreateContextEventHandler CreateRequestContext;

Remarks

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.

Requirements

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

See Also

GenomeContextHttpModule Class | TechTalk.Genome.Extensions.Web Namespace