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