5 references to EventAuthenticateRequest
System.Web (5)
HttpApplication.cs (5)
805add { AddSyncEventHookup(EventAuthenticateRequest, value, RequestNotification.AuthenticateRequest); } 806remove { RemoveSyncEventHookup(EventAuthenticateRequest, value, RequestNotification.AuthenticateRequest); } 1011AsyncEvents.AddHandler(EventAuthenticateRequest, beginHandler, endHandler, state, 2506if(HasEventSubscription(EventAuthenticateRequest)) { 3830app.CreateEventExecutionSteps(HttpApplication.EventAuthenticateRequest, steps);