5 references to EventBeginRequest
System.Web (5)
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); 2501if(HasEventSubscription(EventBeginRequest)) { 3829app.CreateEventExecutionSteps(HttpApplication.EventBeginRequest, steps);