Home
last modified time | relevance | path

Searched refs:postNotifications (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpContext.cs2096 …id DisableNotifications(RequestNotification notifications, RequestNotification postNotifications) { in DisableNotifications() argument
2099 wr.DisableNotifications(notifications, postNotifications); in DisableNotifications()
H A DHttpApplication.cs3520 … wr.DisableNotifications(notifications: 0, postNotifications: RequestNotification.EndRequest); in SuppressPostEndRequestIfNecessary()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIISUnsafeMethods.cs343 RequestNotification postNotifications); in MgdDisableNotifications() argument
H A DIIS7WorkerRequest.cs1646 RequestNotification postNotifications) { in DisableNotifications() argument
1647 IIS.MgdDisableNotifications(_context, notifications, postNotifications); in DisableNotifications()