This documentation is archived and is not being maintained.

HttpApplicationStateBase Properties

The HttpApplicationStateBase type exposes the following members.

  NameDescription
Public property AllKeys When overridden in a derived class, gets the access keys for the objects in the collection.
Public property Contents When overridden in a derived class, gets a reference to the HttpApplicationStateBase object.
Public property Count When overridden in a derived class, gets the number of objects in the collection. (Overrides NameObjectCollectionBase::Count.)
Protected property IsReadOnly Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.)
Public property IsSynchronized When overridden in a derived class, gets a value that indicates whether access to the collection is thread-safe.
Public property Item[Int32] When overridden in a derived class, gets a state object by index.
Public property Item[String] When overridden in a derived class, gets a state object by name.
Public property Keys Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.)
Public property StaticObjects When overridden in a derived class, gets all objects that are declared by an object element where the scope is set to "Application" in the ASP.NET application.
Public property SyncRoot When overridden in a derived class, gets an object that can be used to synchronize access to the collection.
Top

  NameDescription
Explicit interface implemetation Private property ICollection::IsSynchronized Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property ICollection::SyncRoot Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.)
Top
Show: