This documentation is archived and is not being maintained.
HttpApplication.AcquireRequestState Event
.NET Framework 1.1
Occurs when ASP.NET acquires the current state (for example, session state) associated with the current request.
[Visual Basic] Public Event AcquireRequestState As EventHandler [C#] public event EventHandler AcquireRequestState; [C++] public: __event EventHandler* AcquireRequestState;
[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
This event is raised after the handler has been created.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: