Method | Description | |
---|---|---|
GetDictionary ( ) : IDictionary |
Gets the dictionary.
|
|
GetStatelessSessionDictionary ( ) : IDictionary |
Gets the IStatelessSession dictionary.
|
|
StoreDictionary ( IDictionary dictionary ) : void |
Stores the dictionary.
|
|
StoreStatelessSessionDictionary ( IDictionary dictionary ) : void |
Stores the IStatelessSession dictionary.
|
Method | Description | |
---|---|---|
ObtainSessionContext ( ) : |
protected GetStatelessSessionDictionary ( ) : IDictionary | ||
return | IDictionary |
protected StoreDictionary ( IDictionary dictionary ) : void | ||
dictionary | IDictionary | The dictionary. |
return | void |
protected StoreStatelessSessionDictionary ( IDictionary dictionary ) : void | ||
dictionary | IDictionary | The dictionary. |
return | void |