This documentation is for the old version. Go to the latest Upload Suite docs

UploaderModule.Init Method

Initializes a module and prepares it to handle requests.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public Sub Init ( _
	context As HttpApplication _
)
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.

See Also

Reference