HttpSessionStateWrapper::Contents Property

 

Gets a reference to the current session-state object.

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

public:
property HttpSessionStateBase^ Contents {
	virtual HttpSessionStateBase^ get() override;
}

Property Value

Type: System.Web::HttpSessionStateBase^

The current session-state object.

.NET Framework
Available since 3.5
Return to top
Show: