5 references to EventAuthorizeRequest
System.Web (5)
HttpApplication.cs (5)
825add { AddSyncEventHookup(EventAuthorizeRequest, value, RequestNotification.AuthorizeRequest); } 826remove { RemoveSyncEventHookup(EventAuthorizeRequest, value, RequestNotification.AuthorizeRequest); } 1029AsyncEvents.AddHandler(EventAuthorizeRequest, beginHandler, endHandler, state, 2515if(HasEventSubscription(EventAuthorizeRequest)) { 3833app.CreateEventExecutionSteps(HttpApplication.EventAuthorizeRequest, steps);