C# Class Framework.Mvc.Helpers.FileUploadModule

Initialize accept language and authentication cookie value for swf-upload requests.
Inheritance: IHttpModule
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method Description
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.

Init ( System.Web.HttpApplication context ) : void

Initializes a module and prepares it to handle requests.

Private Methods

Method Description
BeginRequestHandler ( Object sender, EventArgs e ) : void

Begins the request handler.

UpdateCookie ( String name, String value ) : void

Updates the cookie value.

Method Details

Dispose() public method

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
public Dispose ( ) : void
return void

Init() public method

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication An that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.
return void