C# 클래스 HttpInterfaces.HttpSessionProxy

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

공개 메소드들

메소드 설명
Abandon ( ) : void
Add ( string name, object value ) : void
Clear ( ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
HttpSessionProxy ( System.Web.SessionState.HttpSessionState httpSession ) : System
Remove ( string name ) : void
RemoveAll ( ) : void
RemoveAt ( int index ) : void
this ( string key ) : object

메소드 상세

Abandon() 공개 메소드

public Abandon ( ) : void
리턴 void

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

HttpSessionProxy() 공개 메소드

public HttpSessionProxy ( System.Web.SessionState.HttpSessionState httpSession ) : System
httpSession System.Web.SessionState.HttpSessionState
리턴 System

Remove() 공개 메소드

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

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveAt() 공개 메소드

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

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object