C# Class EGSW.Services.FakeHttpSessionState

Inheritance: System.Web.HttpSessionStateBase
Show file Open project: careerengine/EGSW-Project

Public Methods

Method Description
Add ( string name, object value ) : void
Exists ( string key ) : bool
FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System
GetEnumerator ( ) : IEnumerator
Remove ( string name ) : void
this ( int index ) : object
this ( string name ) : object

Method Details

Add() public method

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

Exists() public method

public Exists ( string key ) : bool
key string
return bool

FakeHttpSessionState() public method

public FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System
sessionItems System.Web.SessionState.SessionStateItemCollection
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( string name ) : void
name string
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