Click or drag to resize

NLogBufferingTargetWrapperModule Class

IIS Module to allow the AspNetBufferingTargetWrapper to function properly
Inheritance Hierarchy
SystemObject
  NLog.WebNLogBufferingTargetWrapperModule

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public class NLogBufferingTargetWrapperModule : IHttpModule

The NLogBufferingTargetWrapperModule type exposes the following members.

Constructors
  NameDescription
Public methodNLogBufferingTargetWrapperModule
Notify the wrapper target that the correct IHttpModule is installed
Top
Methods
  NameDescription
Public methodDispose
Disposes of the Http Module
Public methodInit
Initializes the HttpModule
Top
See Also