HttpSessionStateWrapper Properties

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCodePage

Gets or sets the character-set identifier for the current session.(Overrides HttpSessionStateBase::CodePage.)

System_CAPS_pubpropertyContents

Gets a reference to the current session-state object.(Overrides HttpSessionStateBase::Contents.)

System_CAPS_pubpropertyCookieMode

Gets a value that indicates whether the application is configured for cookieless sessions.(Overrides HttpSessionStateBase::CookieMode.)

System_CAPS_pubpropertyCount

Gets the number of items in the session-state collection.(Overrides HttpSessionStateBase::Count.)

System_CAPS_pubpropertyIsCookieless

Gets a value that indicates whether the session ID is embedded in the URL.(Overrides HttpSessionStateBase::IsCookieless.)

System_CAPS_pubpropertyIsNewSession

Gets a value that indicates whether the session was created during the current request.(Overrides HttpSessionStateBase::IsNewSession.)

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the session is read-only.(Overrides HttpSessionStateBase::IsReadOnly.)

System_CAPS_pubpropertyIsSynchronized

Gets a value that indicates whether access to the collection of session-state values is synchronized (thread safe).(Overrides HttpSessionStateBase::IsSynchronized.)

System_CAPS_pubpropertyItem[Int32]

Gets or sets a session value by using the specified index.(Overrides HttpSessionStateBase::Item[Int32].)

System_CAPS_pubpropertyItem[String^]

Gets or sets a session value by using the specified name.(Overrides HttpSessionStateBase::Item[String^].)

System_CAPS_pubpropertyKeys

Gets a collection of the keys for all values that are stored in the session-state collection.(Overrides HttpSessionStateBase::Keys.)

System_CAPS_pubpropertyLCID

Gets or sets the locale identifier (LCID) of the current session.(Overrides HttpSessionStateBase::LCID.)

System_CAPS_pubpropertyMode

Gets the current session-state mode.(Overrides HttpSessionStateBase::Mode.)

System_CAPS_pubpropertySessionID

Gets the unique identifier for the session.(Overrides HttpSessionStateBase::SessionID.)

System_CAPS_pubpropertyStaticObjects

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.)

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection of session-state values.(Overrides HttpSessionStateBase::SyncRoot.)

System_CAPS_pubpropertyTimeout

Gets or sets the time, in minutes, that can elapse between requests before the session-state provider ends the session.(Overrides HttpSessionStateBase::Timeout.)

Return to top
Show: