Click or drag to resize

Application Class

Class Application. Dynamicweb abstraction of HttpApplicationState
Inheritance Hierarchy
SystemObject
  Dynamicweb.Environment.WebApplication

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public class Application : IApplication

The Application type exposes the following members.

Constructors
  NameDescription
Public methodApplication
Initializes a new istance of the Dynamicweb.Environment.Web.Application class that wraps an instance of the HttpContextBase class
Top
Properties
  NameDescription
Public propertyAllKeys
Gets the access keys for all objects in the collection
Public propertyCount
Gets the number of objects in the collection
Public propertyItemInt32
Gets or sets a State object in the collection
Public propertyItemString
Gets or sets a State object in the collection
Public propertyKeys
Gets a KeysCollection instance that contains all keysin the NameObjectCollection instance
Top
Methods
  NameDescription
Public methodAdd
Adds a new object to the collection
Public methodClear
Removes all objects from the collection
Public methodIsValid
Returns a value indicating if the Underlying Context and Application is available and valid
Public methodLock
Locks access to the collection in order to enable synchronized access
Public methodRemove
Removes the named object from the collection
Public methodSet
Updates the value of an object in the collection
Public methodUnlock
Unlocks access to objects in the collection to enable synchronized access
Top
See Also