Interface for the session variable collection indexed by variable names.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract GetSessionVariable Get an untyped value of the session variable with the given name.
Public Method Abstract GetSessionVariable<T> Overloaded. Get strongly-typed value of the session variable with the given name.
Public Method Abstract SetSessionVariable Set the new value for a session variable with the given name.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract Item Gets or sets the variable value.