This documentation is archived and is not being maintained.
HttpSessionStateContainer Methods
Visual Studio 2008
The HttpSessionStateContainer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abandon | Marks the current session as abandoned. |
|
Add | Adds a new item to the session-state collection. |
|
Clear | Removes all values and keys from the session-state collection. |
|
CopyTo | Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array. |
|
Equals | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Deletes an item from the session-state collection. |
|
RemoveAll | Clears all session-state values. |
|
RemoveAt | Deletes an item at a specified index from the session-state collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: