C# 클래스 Calyptus.Mvc.HttpSessionStateWrapper

상속: IHttpSessionState
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Abandon ( ) : void
Add ( string name, object value ) : void
Clear ( ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System
Remove ( string name ) : void
RemoveAll ( ) : void
RemoveAt ( int index ) : void
this ( int index ) : object
this ( string name ) : 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 ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

HttpSessionStateWrapper() 공개 메소드

public HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System
session 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 ( int index ) : object
index int
리턴 object

this() 공개 메소드

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