6 references to PreExecuteRequestHandler
System.Web (6)
HttpApplication.cs (5)
888add { AddSyncEventHookup(EventPreRequestHandlerExecute, value, RequestNotification.PreExecuteRequestHandler); } 889remove { RemoveSyncEventHookup(EventPreRequestHandlerExecute, value, RequestNotification.PreExecuteRequestHandler); } 1108RequestNotification.PreExecuteRequestHandler, false, this); 1851eventMask["PreRequestHandlerExecute"] = RequestNotification.PreExecuteRequestHandler; 2548requestNotifications |= RequestNotification.PreExecuteRequestHandler;
PipelineModuleStepContainer.cs (1)
225case RequestNotification.PreExecuteRequestHandler: