Home
last modified time | relevance | path

Searched refs:requestNotifications (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpApplication.cs2002 + ", rq_notify=" + requestNotifications in RegisterIntegratedEvent()
2397 RequestNotification requestNotifications; in RegisterEventSubscriptionsWithIIS()
2451 _appRequestNotifications |= requestNotifications; in RegisterEventSubscriptionsWithIIS()
2476 requestNotifications, in RegisterEventSubscriptionsWithIIS()
2497 requestNotifications = 0; in ProcessEventSubscriptions()
2502 requestNotifications |= RequestNotification.BeginRequest; in ProcessEventSubscriptions()
2516 requestNotifications |= RequestNotification.AuthorizeRequest; in ProcessEventSubscriptions()
2574 requestNotifications |= RequestNotification.LogRequest; in ProcessEventSubscriptions()
2582 requestNotifications |= RequestNotification.EndRequest; in ProcessEventSubscriptions()
2587 requestNotifications |= RequestNotification.SendResponse; in ProcessEventSubscriptions()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIISUnsafeMethods.cs141 RequestNotification requestNotifications, in MgdRegisterEventSubscription() argument