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.AcquireRequestState Event

 

Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.

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

public event EventHandler AcquireRequestState

The AcquireRequestState event is raised after the event handler has been created.

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

For an example of handling the AcquireRequestState event, see the HttpApplication overview topic.

.NET Framework
Available since 1.1
Return to top
Show: