1 write to RequestCompleted
System.Web (1)
HttpApplication.cs (1)
3794context.NotificationContext.RequestCompleted = true;
2 references to RequestCompleted
System.Web (2)
HttpApplication.cs (1)
4170bool needToFinishRequest = (context.NotificationContext.Error != null || context.NotificationContext.RequestCompleted)
HttpRuntime.cs (1)
1533if (context.NotificationContext.RequestCompleted) {