HttpSessionStateContainer Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abandon() | Marks the current session as abandoned. |
![]() | Add(String^, Object^) | Adds a new item to the session-state collection. |
![]() | Clear() | Removes all values and keys from the session-state collection. |
![]() | CopyTo(Array^, Int32) | Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that can be used to read all the session-state variable names in the current session. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | Deletes an item from the session-state collection. |
![]() | RemoveAll() | Clears all session-state values. |
![]() | RemoveAt(Int32) | Deletes an item at a specified index from the session-state collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

