C# Class Editor.Helper.ImageHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: RIATEAM/MYSTIC

Méthodes publiques

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

Method Details

ImageHandler() public méthode

public ImageHandler ( ) : System.Drawing
Résultat System.Drawing

ImageHandler() public méthode

public ImageHandler ( Bitmap bmp, string contentType ) : System.Drawing
bmp System.Drawing.Bitmap
contentType string
Résultat System.Drawing

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void