SimpleInjectorHttpModule Class

Simple Injector
Simple Injector web integration HTTP Module. This module is registered automatically by ASP.NET when the assembly of this class is included in the application's bin folder. The module will trigger the disposing of created instances that are flagged as needing to be disposed at the end of the web request.
Inheritance Hierarchy

SystemObject
  SimpleInjector.Integration.WebSimpleInjectorHttpModule

Namespace:  SimpleInjector.Integration.Web
Assembly:  SimpleInjector.Integration.Web (in SimpleInjector.Integration.Web.dll) Version: 4.10.2
Syntax

public sealed class SimpleInjectorHttpModule : IHttpModule

The SimpleInjectorHttpModule type exposes the following members.

Constructors

  NameDescription
Public methodSimpleInjectorHttpModule
Initializes a new instance of the SimpleInjectorHttpModule class
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIHttpModuleDispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Explicit interface implementationPrivate methodIHttpModuleInit
Initializes a module and prepares it to handle requests.
Top
See Also

Reference