SessionStateUtility Members
.NET Framework 2.0
The following tables list the members exposed by the SessionStateUtility type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddHttpSessionStateToContext | Applies the session data to the context for the current request. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetHttpSessionStateFromContext | Retrieves session data from the context for the current request. |
| GetSessionStaticObjects | Gets a reference to the static objects collection for the specified context. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| RaiseSessionEnd | Executes the Session_OnEnd event defined in the Global.asax file for the ASP.NET application. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RemoveHttpSessionStateFromContext | Removes session data from the specified context. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SessionStateUtility ClassSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateCommunity Additions
ADD
Show: