9 references to SendResponse
System.Web (9)
Hosting\IPipelineRuntime.cs (1)
554
&& RequestNotification.
SendResponse
!= (RequestNotification)currentNotification) {
HttpApplication.cs (6)
772
container.AddEvent(RequestNotification.
SendResponse
, false /*isPostNotification*/, step);
786
container.RemoveEvent(RequestNotification.
SendResponse
, false /*isPostNotification*/, handler);
1860
eventMask["PreSendRequestHeaders"] = RequestNotification.
SendResponse
;
1861
eventMask["PreSendRequestContent"] = RequestNotification.
SendResponse
;
2587
requestNotifications |= RequestNotification.
SendResponse
;
2592
requestNotifications |= RequestNotification.
SendResponse
;
HttpContext.cs (1)
2040
&& _notificationContext.CurrentNotification != RequestNotification.
SendResponse
);
PipelineModuleStepContainer.cs (1)
249
case RequestNotification.
SendResponse
: