HttpApplicationStateWrapper Properties
.NET Framework 4.5
The HttpApplicationStateWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllKeys | Gets the keys for the objects in the collection. (Overrides HttpApplicationStateBase.AllKeys.) |
|
Contents | Gets a reference to the HttpApplicationStateBase object. (Overrides HttpApplicationStateBase.Contents.) |
|
Count | Gets the number of objects in the collection. (Overrides HttpApplicationStateBase.Count.) |
|
IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
|
IsSynchronized | Gets a value that indicates whether access to the collection is thread-safe. (Overrides HttpApplicationStateBase.IsSynchronized.) |
|
Item[Int32] | Gets a state object by index. (Overrides HttpApplicationStateBase.Item.) |
|
Item[String] | Gets a state object by name. (Overrides HttpApplicationStateBase.Item.) |
|
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the HttpApplicationStateWrapper instance. (Overrides NameObjectCollectionBase.Keys.) |
|
StaticObjects | Gets all objects that are declared by an object element where the scope is set to "Application" in the ASP.NET application. (Overrides HttpApplicationStateBase.StaticObjects.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Overrides HttpApplicationStateBase.SyncRoot.) |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.) |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.) |