SessionStateModule Methods
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Executes final cleanup code before the SessionStateModule object is released from memory. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Init(HttpApplication^) | Calls initialization code when a SessionStateModule object is created. |
![]() | ReleaseSessionState(HttpContext^) | Releases the session state for the specified HttpContext. |
![]() | ReleaseSessionStateAsync(HttpContext^) | Asynchronously releases the session state for the specified HttpContext. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
