RequestPreProcessor Init Method CelloSaaS API Documentation
Initializes post authenticate request event handler.

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public void Init(
	HttpApplication context
)

Parameters

context
Type: System.Web HttpApplication
Context

Implements

IHttpModule Init(HttpApplication)
See Also