Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication::EndRequest Event

 

Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler^ EndRequest {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The EndRequest event is always raised when the CompleteRequest method is called.

For more information about how to handle events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft