C# Class AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUploadHttpModule

Inheritance: IHttpModule
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
UpdateCookie ( string cookie_name, string cookie_value ) : void
context_BeginRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

UpdateCookie() public method

public UpdateCookie ( string cookie_name, string cookie_value ) : void
cookie_name string
cookie_value string
return void

context_BeginRequest() public method

public context_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void