12 references to AddSyncEventHookup
System.Web (12)
HttpApplication.cs (12)
798add { AddSyncEventHookup(EventBeginRequest, value, RequestNotification.BeginRequest); } 805add { AddSyncEventHookup(EventAuthenticateRequest, value, RequestNotification.AuthenticateRequest); } 811add { AddSyncEventHookup(EventDefaultAuthentication, value, RequestNotification.AuthenticateRequest); } 825add { AddSyncEventHookup(EventAuthorizeRequest, value, RequestNotification.AuthorizeRequest); } 839add { AddSyncEventHookup(EventResolveRequestCache, value, RequestNotification.ResolveRequestCache); } 855AddSyncEventHookup(EventMapRequestHandler, value, RequestNotification.MapRequestHandler); 874add { AddSyncEventHookup(EventAcquireRequestState, value, RequestNotification.AcquireRequestState); } 888add { AddSyncEventHookup(EventPreRequestHandlerExecute, value, RequestNotification.PreExecuteRequestHandler); } 901add { AddSyncEventHookup(EventReleaseRequestState, value, RequestNotification.ReleaseRequestState ); } 915add { AddSyncEventHookup(EventUpdateRequestCache, value, RequestNotification.UpdateRequestCache); } 931AddSyncEventHookup(EventLogRequest, value, RequestNotification.LogRequest); 958add { AddSyncEventHookup(EventEndRequest, value, RequestNotification.EndRequest); }