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