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