HttpContextWrapper::Session Property
.NET Framework (current version)
Gets the HttpSessionStateBase object for the current HTTP request.
Assembly: System.Web (in System.Web.dll)
public: property HttpSessionStateBase^ Session { virtual HttpSessionStateBase^ get() override; }
Property Value
Type: System.Web::HttpSessionStateBase^The session-state object for the current HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: