8 references to BeginRequest
System.Web (8)
Hosting\IPipelineRuntime.cs (1)
351RequestNotification.BeginRequest,
HttpApplication.cs (5)
798add { AddSyncEventHookup(EventBeginRequest, value, RequestNotification.BeginRequest); } 799remove { RemoveSyncEventHookup(EventBeginRequest, value, RequestNotification.BeginRequest); } 1003AsyncEvents.AddHandler(EventBeginRequest, beginHandler, endHandler, state, RequestNotification.BeginRequest, false, this); 1840eventMask["BeginRequest"] = RequestNotification.BeginRequest; 2502requestNotifications |= RequestNotification.BeginRequest;
HttpContext.cs (1)
188if (CurrentNotification <= RequestNotification.BeginRequest) {
PipelineModuleStepContainer.cs (1)
201case RequestNotification.BeginRequest: