C# Class Editor.Helper.ImageHandler

Inheritance: IHttpHandler
Datei anzeigen Open project: RIATEAM/MYSTIC

Public Methods

Method Description
ImageHandler ( ) : System.Drawing
ImageHandler ( Bitmap bmp, string contentType ) : System.Drawing
ProcessRequest ( HttpContext context ) : void

Method Details

ImageHandler() public method

public ImageHandler ( ) : System.Drawing
return System.Drawing

ImageHandler() public method

public ImageHandler ( Bitmap bmp, string contentType ) : System.Drawing
bmp System.Drawing.Bitmap
contentType string
return System.Drawing

ProcessRequest() public method

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