C# Class HttpInterfaces.HttpApplicationStateProxy

Inheritance: IHttpApplicationState
显示文件 Open project: JonKruger/HttpInterfaces

Public Methods

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

Private Methods

Method Description
this ( int index ) : objectIHttpApplicationState.System
this ( string name ) : objectIHttpApplicationState.System

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

HttpApplicationStateProxy() public method

public HttpApplicationStateProxy ( HttpApplicationState httpApplicationState ) : System
httpApplicationState System.Web.HttpApplicationState
return System

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