Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Web
Events
 EndRequest Event
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
HttpApplication.EndRequest Event

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

[Visual Basic]
Public Event EndRequest As EventHandler
[C#]
public event EventHandler EndRequest;
[C++]
public: __event EventHandler* EndRequest;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type EventArgs.

Remarks

The EndRequest event is always raised when CompleteRequest is called.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker