Application Class |
Namespace: Dynamicweb.Environment.Web
The Application type exposes the following members.
Name | Description | |
---|---|---|
Application |
Initializes a new istance of the Dynamicweb.Environment.Web.Application class that wraps an instance of the HttpContextBase class
|
Name | Description | |
---|---|---|
AllKeys |
Gets the access keys for all objects in the collection
| |
Count |
Gets the number of objects in the collection
| |
ItemInt32 |
Gets or sets a State object in the collection
| |
ItemString |
Gets or sets a State object in the collection
| |
Keys |
Gets a KeysCollection instance that contains all keysin the NameObjectCollection instance
|
Name | Description | |
---|---|---|
Add |
Adds a new object to the collection
| |
Clear |
Removes all objects from the collection
| |
IsValid |
Returns a value indicating if the Underlying Context and Application is available and valid
| |
Lock |
Locks access to the collection in order to enable synchronized access
| |
Remove |
Removes the named object from the collection
| |
Set |
Updates the value of an object in the collection
| |
Unlock |
Unlocks access to objects in the collection to enable synchronized access
|