 | NLogHttpModule Class |
Note: This API is now obsolete.
ASP.NET HttpModule that enables NLog to hook BeginRequest and EndRequest events easily.
Inheritance HierarchySystemObject
NLog.WebNLogHttpModule
Namespace:
NLog.Web
Assembly:
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax[ObsoleteAttribute("Replaced by NLogBufferingTargetWrapperModule for AspNetBufferingWrapper support. Marked obsolete with NLog 6.0")]
public class NLogHttpModule : IHttpModule<ObsoleteAttribute("Replaced by NLogBufferingTargetWrapperModule for AspNetBufferingWrapper support. Marked obsolete with NLog 6.0")>
Public Class NLogHttpModule
Implements IHttpModule
Dim instance As NLogHttpModule[<ObsoleteAttribute("Replaced by NLogBufferingTargetWrapperModule for AspNetBufferingWrapper support. Marked obsolete with NLog 6.0")>]
type NLogHttpModule =
class
interface IHttpModule
endThe NLogHttpModule type exposes the following members.
Constructors|
| Name | Description |
|---|
 | NLogHttpModule |
Notify the wrapper target that the correct IHttpModule is installed
|
Top
Methods|
| Name | Description |
|---|
 | Dispose |
Disposes the module.
|
 | Init |
Initializes the HttpModule.
|
Top
Events
See Also