C# 클래스 HttpInterfaces.HttpApplicationStateProxy

상속: IHttpApplicationState
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
this ( int index ) : objectIHttpApplicationState.System
this ( string name ) : objectIHttpApplicationState.System

메소드 상세

Add() 공개 메소드

public Add ( string name, object value ) : void
name string
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 메소드

public Get ( int index ) : object
index int
리턴 object

Get() 공개 메소드

public Get ( string name ) : object
name string
리턴 object

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

HttpApplicationStateProxy() 공개 메소드

public HttpApplicationStateProxy ( HttpApplicationState httpApplicationState ) : System
httpApplicationState System.Web.HttpApplicationState
리턴 System

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Set() 공개 메소드

public Set ( string name, object value ) : void
name string
value object
리턴 void

UnLock() 공개 메소드

public UnLock ( ) : void
리턴 void