ISessionStateModule Gränssnitt

Definition

Definierar gränssnittet för att hantera sessionstillståndsmoduler.

public interface class ISessionStateModule : System::Web::IHttpModule
public interface ISessionStateModule : System.Web.IHttpModule
type ISessionStateModule = interface
    interface IHttpModule
Public Interface ISessionStateModule
Implements IHttpModule
Härledda
Implementeringar

Metoder

Name Description
Dispose()

Gör sig av med de resurser (förutom minne) som används av modulen som implementerar IHttpModule.

(Ärvd från IHttpModule)
Init(HttpApplication)

Initierar en modul och förbereder den för att hantera begäranden.

(Ärvd från IHttpModule)
ReleaseSessionState(HttpContext)

Släpper sessionstillståndet för den angivna HttpContext.

ReleaseSessionStateAsync(HttpContext)

Asynkront släpper sessionstillståndet för den angivna HttpContext.

Gäller för