HttpSessionStateWrapper Properties
.NET Framework 4.5
The HttpSessionStateWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
CodePage | Gets or sets the character-set identifier for the current session. (Overrides HttpSessionStateBase.CodePage.) |
|
Contents | Gets a reference to the current session-state object. (Overrides HttpSessionStateBase.Contents.) |
|
CookieMode | Gets a value that indicates whether the application is configured for cookieless sessions. (Overrides HttpSessionStateBase.CookieMode.) |
|
Count | Gets the number of items in the session-state collection. (Overrides HttpSessionStateBase.Count.) |
|
IsCookieless | Gets a value that indicates whether the session ID is embedded in the URL. (Overrides HttpSessionStateBase.IsCookieless.) |
|
IsNewSession | Gets a value that indicates whether the session was created during the current request. (Overrides HttpSessionStateBase.IsNewSession.) |
|
IsReadOnly | Gets a value that indicates whether the session is read-only. (Overrides HttpSessionStateBase.IsReadOnly.) |
|
IsSynchronized | Gets a value that indicates whether access to the collection of session-state values is synchronized (thread safe). (Overrides HttpSessionStateBase.IsSynchronized.) |
|
Item[Int32] | Gets or sets a session value by using the specified index. (Overrides HttpSessionStateBase.Item.) |
|
Item[String] | Gets or sets a session value by using the specified name. (Overrides HttpSessionStateBase.Item.) |
|
Keys | Gets a collection of the keys for all values that are stored in the session-state collection. (Overrides HttpSessionStateBase.Keys.) |
|
LCID | Gets or sets the locale identifier (LCID) of the current session. (Overrides HttpSessionStateBase.LCID.) |
|
Mode | Gets the current session-state mode. (Overrides HttpSessionStateBase.Mode.) |
|
SessionID | Gets the unique identifier for the session. (Overrides HttpSessionStateBase.SessionID.) |
|
StaticObjects | Gets a collection of objects that are declared by object elements that are marked as server controls and scoped to the current session in the application's Global.asax file. (Overrides HttpSessionStateBase.StaticObjects.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection of session-state values. (Overrides HttpSessionStateBase.SyncRoot.) |
|
Timeout | Gets or sets the time, in minutes, that can elapse between requests before the session-state provider ends the session. (Overrides HttpSessionStateBase.Timeout.) |