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