17 references to LogRequest
System.Web (17)
HttpApplication.cs (14)
931
AddSyncEventHookup(EventLogRequest, value, RequestNotification.
LogRequest
);
937
RemoveSyncEventHookup(EventLogRequest, value, RequestNotification.
LogRequest
);
946
AddSyncEventHookup(EventPostLogRequest, value, RequestNotification.
LogRequest
, true);
952
RemoveSyncEventHookup(EventPostLogRequest, value, RequestNotification.
LogRequest
, true);
1168
RequestNotification.
LogRequest
, false, this);
1183
RequestNotification.
LogRequest
, true, this);
1857
eventMask["LogRequest"] = RequestNotification.
LogRequest
;
1858
eventMask["PostLogRequest"] = RequestNotification.
LogRequest
;
2403
RequestNotification.UpdateRequestCache| RequestNotification.
LogRequest
/*requestNotifications*/,
2574
requestNotifications |= RequestNotification.
LogRequest
;
2577
postRequestNotifications |= RequestNotification.
LogRequest
;
3698
_application.Context.DisableNotifications(RequestNotification.
LogRequest
, 0 /*postNotifications*/);
4053
RequestNotification.
LogRequest
,
4171
&& context.CurrentNotification != RequestNotification.
LogRequest
HttpRequest.cs (1)
2600
(_context.NotificationContext.CurrentNotification == RequestNotification.
LogRequest
||
HttpRuntime.cs (1)
1542
&& (context.CurrentNotification == RequestNotification.
LogRequest
PipelineModuleStepContainer.cs (1)
241
case RequestNotification.
LogRequest
: