Click or drag to resize

VGHttpModuleInit Method

Initializes the VGHttpModule object.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public void Init(
	HttpApplication context
)

Parameters

context
Type: System.WebHttpApplication
the current application.

Implements

IHttpModuleInit(HttpApplication)
See Also