C# Class UploadFiles.ImageHandler

Inheritance: IHttpHandler
Mostra file Open project: daniel-williams/jQuery-File-Upload.MVC4

Private Properties

Property Type Description

Public Methods

Method Description
ImageHandler ( ) : System
ProcessRequest ( HttpContext context ) : void

Method Details

ImageHandler() public method

public ImageHandler ( ) : System
return System

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void