C# Class Calyptus.Mvc.HttpSessionStateWrapper

Inheritance: IHttpSessionState
Show file Open project: sebmarkbage/calyptus.mvc

Private Properties

Property Type Description

Public Methods

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

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 ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

HttpSessionStateWrapper() public method

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

this() public method

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