C# 클래스 ImageMagick.Web.Handlers.GzipHandler

IHttpHandler that can be used to compress files before they are written to the response.
상속: MagickHandler
파일 보기 프로젝트 열기: dlemstra/Magick.NET

보호된 메소드들

메소드 설명
WriteFile ( HttpContext context ) : void

Writes the file to the response.

비공개 메소드들

메소드 설명
CanCompress ( MagickFormatInfo formatInfo ) : bool
CreateCompressStream ( FileStream stream, string encoding ) : Stream
CreateCompressedFile ( string encoding, string cacheFileName ) : void
GetCompressedFileName ( HttpContext context ) : string
GetEncoding ( HttpRequest request ) : string
GzipHandler ( IUrlResolver urlResolver, MagickFormatInfo formatInfo ) : System

메소드 상세

WriteFile() 보호된 메소드

Writes the file to the response.
protected WriteFile ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void