Mono Class Library: Overview

System.Web.HttpApplicationState: Members

The members of System.Web.HttpApplicationState are listed below.

See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase

Public Properties

[read-only]
AllKeysstring[]. Documentation for this section has not yet been entered.
[read-only]
ContentsHttpApplicationState. Documentation for this section has not yet been entered.
[read-only]
override
Countint. Documentation for this section has not yet been entered.
[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]
StaticObjectsHttpStaticObjectsCollection. Documentation for this section has not yet been entered.

Public Methods

Add(string, object)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Get(int) : object
Documentation for this section has not yet been entered.
Get(string) : object
Documentation for this section has not yet been entered.
GetKey(int) : string
Documentation for this section has not yet been entered.
Lock()
Documentation for this section has not yet been entered.
Remove(string)
Documentation for this section has not yet been entered.
RemoveAll()
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
Set(string, object)
Documentation for this section has not yet been entered.
UnLock()
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.