Class HttpSessionState
Provides access to session-state values as well as session-level settings.
Inheritance
System.Object
HttpSessionState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Web.Http.Abstractions
Assembly: Terrasoft.Web.Http.Abstractions.dll
Syntax
public abstract class HttpSessionState
Constructors
HttpSessionState()
Declaration
protected HttpSessionState()
Properties
Item[String]
Declaration
public abstract object this[string name] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
System.Object |