11 references to AuthorizeRequest
System.Web (11)
HttpApplication.cs (10)
825
add { AddSyncEventHookup(EventAuthorizeRequest, value, RequestNotification.
AuthorizeRequest
); }
826
remove { RemoveSyncEventHookup(EventAuthorizeRequest, value, RequestNotification.
AuthorizeRequest
); }
832
add { AddSyncEventHookup(EventPostAuthorizeRequest, value, RequestNotification.
AuthorizeRequest
, true); }
833
remove { RemoveSyncEventHookup(EventPostAuthorizeRequest, value, RequestNotification.
AuthorizeRequest
, true); }
1030
RequestNotification.
AuthorizeRequest
, false, this);
1039
RequestNotification.
AuthorizeRequest
, true, this);
1843
eventMask["AuthorizeRequest"] = RequestNotification.
AuthorizeRequest
;
1844
eventMask["PostAuthorizeRequest"] = RequestNotification.
AuthorizeRequest
;
2516
requestNotifications |= RequestNotification.
AuthorizeRequest
;
2519
postRequestNotifications |= RequestNotification.
AuthorizeRequest
;
PipelineModuleStepContainer.cs (1)
209
case RequestNotification.
AuthorizeRequest
: