HttpApplication.AcquireRequestState Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.
public:
event EventHandler ^ AcquireRequestState;
public event EventHandler AcquireRequestState;
member this.AcquireRequestState : EventHandler
Public Custom Event AcquireRequestState As EventHandler
Event Type
Examples
For an example of handling the AcquireRequestState event, see the HttpApplication overview topic.
Remarks
The AcquireRequestState event is raised after the event handler has been created.
For more information about how to handle events, see Handling and Raising Events.