C# Class System.Web.HttpApplicationState

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
HttpApplicationState System.Threading
HttpApplicationState System.Threading

Public Methods

Method Description
Add ( string name, object value ) : void
Clear ( ) : void
Get ( int index ) : object
Get ( string name ) : object
GetKey ( int index ) : string
Lock ( ) : void
Remove ( string name ) : void
RemoveAll ( ) : void
RemoveAt ( int index ) : void
Set ( string name, object value ) : void
UnLock ( ) : void
this ( int index ) : object
this ( string name ) : object

Private Methods

Method Description
HttpApplicationState ( ) : System.Threading
HttpApplicationState ( System.Web.HttpStaticObjectsCollection AppObj, System.Web.HttpStaticObjectsCollection SessionObj ) : System.Threading

Method Details

Add() public method

public Add ( string name, object value ) : void
name string
value object
return void

Clear() public method

public Clear ( ) : void
return void

Get() public method

public Get ( int index ) : object
index int
return object

Get() public method

public Get ( string name ) : object
name string
return object

GetKey() public method

public GetKey ( int index ) : string
index int
return string

Lock() public method

public Lock ( ) : void
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

Set() public method

public Set ( string name, object value ) : void
name string
value object
return void

UnLock() public method

public UnLock ( ) : void
return void

this() public method

public this ( int index ) : object
index int
return object

this() public method

public this ( string name ) : object
name string
return object