HttpSessionStateWrapper Constructor (HttpSessionState)

 

Initializes a new instance of the HttpSessionStateWrapper class.

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

new : 
        httpSessionState:HttpSessionState -> HttpSessionStateWrapper

Parameters

httpSessionState
Type: System.Web.SessionState.HttpSessionState

The object that this wrapper class provides access to.

Exception Condition
ArgumentNullException

httpSessionState is null.

.NET Framework
Available since 3.5
Return to top
Show: