ISessionStateModule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface for managing session state modules.
public interface class ISessionStateModule : System::Web::IHttpModule
public interface ISessionStateModule : System.Web.IHttpModule
type ISessionStateModule = interface
interface IHttpModule
Public Interface ISessionStateModule
Implements IHttpModule
- Derived
- Implements
Methods
Dispose() |
Disposes of the resources (other than memory) used by the module that implements IHttpModule. (Inherited from IHttpModule) |
Init(HttpApplication) |
Initializes a module and prepares it to handle requests. (Inherited from IHttpModule) |
ReleaseSessionState(HttpContext) |
Releases the session state for the specified HttpContext. |
ReleaseSessionStateAsync(HttpContext) |
Asynchronously releases the session state for the specified HttpContext. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.