C# Class DV_Enterprises.Web.Service.WebContext

Inheritance: IWebContext
Mostrar archivo Open project: negonicrac/seniorproject2009

Public Methods

Method Description
ClearSession ( ) : void
ContainsInSession ( string key ) : bool
RemoveFromSession ( string key ) : void

Private Methods

Method Description
GetFromSession ( string key ) : object
GetQueryStringValue ( string key ) : string
SetInSession ( string key, object value ) : void
UpdateInSession ( string key, object value ) : void

Method Details

ClearSession() public method

public ClearSession ( ) : void
return void

ContainsInSession() public method

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

RemoveFromSession() public method

public RemoveFromSession ( string key ) : void
key string
return void