Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Hd
Web
Extensions
SessionStateKeeper
C# Class Hd.Web.Extensions.SessionStateKeeper
Inheritance:
IStateKeeper
Afficher le fichier
Open project: TargetProcess/Tp.HelpDesk
Méthodes publiques
Méthode
Description
CheckAccessibility
( ) :
void
GetValue
(
object
key
) :
object
SetValue
(
object
key
,
object
value
) :
void
Method Details
CheckAccessibility()
public
méthode
public
CheckAccessibility
( ) :
void
Résultat
void
GetValue()
public
méthode
public
GetValue
(
object
key
) :
object
key
object
Résultat
object
SetValue()
public
méthode
public
SetValue
(
object
key
,
object
value
) :
void
key
object
value
object
Résultat
void