IHttpModule Gränssnitt

Definition

Tillhandahåller modulinitierings- och deponeringshändelser till implementeringsklassen.

public interface class IHttpModule
public interface IHttpModule
type IHttpModule = interface
Public Interface IHttpModule
Härledda

Exempel

Ett exempel på en anpassad modul som implementerar IHttpModulefinns i Genomgång: Skapa och registrera en anpassad HTTP-modul.

Metoder

Name Description
Dispose()

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

Init(HttpApplication)

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

Gäller för