C# 클래스 Editor.Helper.ImageHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: RIATEAM/MYSTIC

공개 메소드들

메소드 설명
ImageHandler ( ) : System.Drawing
ImageHandler ( Bitmap bmp, string contentType ) : System.Drawing
ProcessRequest ( HttpContext context ) : void

메소드 상세

ImageHandler() 공개 메소드

public ImageHandler ( ) : System.Drawing
리턴 System.Drawing

ImageHandler() 공개 메소드

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

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void