This documentation is archived and is not being maintained.
HttpSessionStateWrapper Methods
Visual Studio 2010
The HttpSessionStateWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abandon | Cancels the current session. (Overrides HttpSessionStateBase::Abandon().) |
|
Add | Adds an item to the session-state collection. (Overrides HttpSessionStateBase::Add(String, Object).) |
|
Clear | Removes all keys and values from the session-state collection. (Overrides HttpSessionStateBase::Clear().) |
|
CopyTo | Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array. (Overrides HttpSessionStateBase::CopyTo(Array, Int32).) |
|
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. (Overrides HttpSessionStateBase::GetEnumerator().) |
|
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. (Overrides HttpSessionStateBase::Remove(String).) |
|
RemoveAll | Removes all keys and values from the session-state collection. (Overrides HttpSessionStateBase::RemoveAll().) |
|
RemoveAt | Deletes the item at the specified index from the session-state collection. (Overrides HttpSessionStateBase::RemoveAt(Int32).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: