The members of System.Web.HttpApplicationState are listed below.
See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase
[read-only] | AllKeys | string[].
Gets the access keys in the System.Web.HttpApplicationState collection. |
[read-only] | Contents | HttpApplicationState.
Gets a reference to the System.Web.HttpApplicationState object. |
[read-only] override | Count | int.
Gets the number of objects in the System.Web.HttpApplicationState collection. |
[read-only] default property | Item(int) | object. Documentation for this section has not yet been entered. |
default property | Item(string) | object. Documentation for this section has not yet been entered. |
[read-only] | StaticObjects | HttpStaticObjectsCollection.
Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application. |
Add(string, object)
| ||
Clear()
| ||
Get(int)
| ||
Get(string)
| ||
GetKey(int)
| ||
Lock()
| ||
Remove(string)
| ||
RemoveAll()
| ||
RemoveAt(int)
| ||
Set(string, object)
| ||
UnLock()
|