mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

MicroserviceRewriter.Init Method



Initializes a module and prepares it to handle requests.


Namespace: SobekCM.Engine_Library
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public void Init(
	HttpApplication Context
)

Parameters

Context
Type: System.Web..::..HttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application

Implements

IHttpModule..::..Init(HttpApplication)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )