Click or drag to resize

NLogHttpModuleInit Method

Initializes the HttpModule.

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public void Init(
	HttpApplication application
)

Parameters

application
Type: System.WebHttpApplication
ASP.NET application.

Implements

IHttpModuleInit(HttpApplication)
See Also