C# Class DV_Enterprises.Web.Service.WebContext

Inheritance: IWebContext
Afficher le fichier Open project: negonicrac/seniorproject2009

Méthodes publiques

Méthode Description
ClearSession ( ) : void
ContainsInSession ( string key ) : bool
RemoveFromSession ( string key ) : void

Private Methods

Méthode 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 méthode

public ClearSession ( ) : void
Résultat void

ContainsInSession() public méthode

public ContainsInSession ( string key ) : bool
key string
Résultat bool

RemoveFromSession() public méthode

public RemoveFromSession ( string key ) : void
key string
Résultat void