HttpApplicationStateBase Class
Serves as the base class for classes that enable information to be shared across multiple sessions and requests within an ASP.NET application.
Assembly: System.Web.Abstractions (in System.Web.Abstractions.dll)
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class HttpApplicationStateBase abstract : public NameObjectCollectionBase, ICollection, IEnumerable
The HttpApplicationStateBase class is an abstract class that contains the same members as the HttpApplicationState class. The HttpApplicationStateBase class lets you create derived classes that are like the HttpApplicationState class, but that you can customize and that work outside the ASP.NET pipeline. When you perform unit testing, you typically use a derived class to implement members with customized behavior that fulfills the scenario you are testing.
The HttpApplicationStateWrapper class derives from the HttpApplicationStateBase class. The HttpApplicationStateWrapper class serves as a wrapper for the HttpApplicationState class. At run time, you typically use an instance of the HttpApplicationStateWrapper class to call members of the HttpApplicationState object.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Collections.Specialized::NameObjectCollectionBase
System.Web::HttpApplicationStateBase
System.Web::HttpApplicationStateWrapper
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.