C# 클래스 ImageMagick.Web.MagickModule

Httpmodule that uses various handlers to resize/optimize/compress images.
상속: IHttpModule
파일 보기 프로젝트 열기: dlemstra/Magick.NET

Private Properties

프로퍼티 타입 설명
CreateHttpHandler IHttpHandler
HandleRequest IHttpHandler
InitOpenCL void
InitResourceLimits void
OnBeginRequest void
OnPostAuthorizeRequest void
OnPostMapRequestHandler void

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module.

Init ( System.Web.HttpApplication context ) : void

Initializes the module and prepares it to handle requests.

비공개 메소드들

메소드 설명
CreateHttpHandler ( IUrlResolver urlResolver ) : IHttpHandler
HandleRequest ( HttpContext context ) : IHttpHandler
InitOpenCL ( ) : void
InitResourceLimits ( ) : void
OnBeginRequest ( object sender, EventArgs arguments ) : void
OnPostAuthorizeRequest ( object sender, EventArgs arguments ) : void
OnPostMapRequestHandler ( object sender, EventArgs arguments ) : void

메소드 상세

Dispose() 공개 메소드

Disposes of the resources (other than memory) used by the module.
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

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