System.Web.HttpApplicationState: Method Members

The methods of System.Web.HttpApplicationState are listed below. For a list of all members, see the HttpApplicationState Members list.

See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase

Public Methods

Add(string, object)

Adds a new object to the System.Web.HttpApplicationState collection.

Clear()

Removes all objects from an System.Web.HttpApplicationState collection.

Get(int) : object

Gets an System.Web.HttpApplicationState object by numerical index.

Get(string) : object

Gets an System.Web.HttpApplicationState object by name.

GetKey(int) : string

Gets an System.Web.HttpApplicationState object name by index.

Lock()

Locks access to an System.Web.HttpApplicationState variable to facilitate access synchronization.

Remove(string)

Removes the named object from an System.Web.HttpApplicationState collection.

RemoveAll()

Removes all objects from an System.Web.HttpApplicationState collection.

RemoveAt(int)

Removes an System.Web.HttpApplicationState object from a collection by index.

Set(string, object)

Updates the value of an object in an System.Web.HttpApplicationState collection.

UnLock()

Unlocks access to an System.Web.HttpApplicationState variable to facilitate access synchronization.