C# Класс ImageMagick.Web.Handlers.GzipHandler

IHttpHandler that can be used to compress files before they are written to the response.
Наследование: MagickHandler
Показать файл Открыть проект

Защищенные методы

Метод Описание
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