C# Class HttpInterfaces.HttpSessionProxy

Inheritance: IHttpSession
ファイルを表示 Open project: JonKruger/HttpInterfaces

Public Methods

Method Description
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

Method Details

Abandon() public method

public Abandon ( ) : void
return void

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

HttpSessionProxy() public method

public HttpSessionProxy ( System.Web.SessionState.HttpSessionState httpSession ) : System
httpSession System.Web.SessionState.HttpSessionState
return System

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

this() public method

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