HttpApplicationStateWrapper Properties

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAllKeys

Gets the keys for the objects in the collection.(Overrides HttpApplicationStateBase::AllKeys.)

System_CAPS_pubpropertyContents

Gets a reference to the HttpApplicationStateBase object.(Overrides HttpApplicationStateBase::Contents.)

System_CAPS_pubpropertyCount

Gets the number of objects in the collection.(Overrides HttpApplicationStateBase::Count.)

System_CAPS_protpropertyIsReadOnly

Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.(Inherited from NameObjectCollectionBase.)

System_CAPS_pubpropertyIsSynchronized

Gets a value that indicates whether access to the collection is thread-safe.(Overrides HttpApplicationStateBase::IsSynchronized.)

System_CAPS_pubpropertyItem[Int32]

Gets a state object by index.(Overrides HttpApplicationStateBase::Item[Int32].)

System_CAPS_pubpropertyItem[String^]

Gets a state object by name.(Overrides HttpApplicationStateBase::Item[String^].)

System_CAPS_pubpropertyKeys

Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the HttpApplicationStateWrapper instance.(Overrides NameObjectCollectionBase::Keys.)

System_CAPS_pubpropertyStaticObjects

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.)

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.(Overrides HttpApplicationStateBase::SyncRoot.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe).(Inherited from NameObjectCollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the NameObjectCollectionBase object.(Inherited from NameObjectCollectionBase.)

Return to top
Show: