 | NLogBufferingTargetWrapperModuleInit Method |
Initializes the HttpModule
Namespace:
NLog.Web
Assembly:
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic void Init(
HttpApplication context
)
Public Sub Init (
context As HttpApplication
)
Dim instance As NLogBufferingTargetWrapperModule
Dim context As HttpApplication
instance.Init(context)
abstract Init :
context : HttpApplication -> unit
override Init :
context : HttpApplication -> unit Parameters
- context
- Type: System.WebHttpApplication
Implements
IHttpModuleInit(HttpApplication)
See Also