IHttpSessionState Methods
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abandon() | Ends the current session. |
![]() | Add(String^, Object^) | Adds a new item to the session-state collection. |
![]() | Clear() | Clears all values from the session-state item collection. |
![]() | CopyTo(Array^, Int32) | Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array. |
![]() | GetEnumerator() | Returns an enumerator that can be used to read all the session-state item values in the current session. |
![]() | Remove(String^) | Deletes an item from the session-state item collection. |
![]() | RemoveAll() | Clears all values from the session-state item collection. |
![]() | RemoveAt(Int32) | Deletes an item at a specified index from the session-state item collection. |
Show:
