C# Class Ignite.Web.CachedGZipAssetResultWriter

Inheritance: IAssetResultWriter
Mostra file Open project: TheCloudlessSky/Ignite

Public Methods

Method Description
CachedGZipAssetResultWriter ( IHttpCacheHandler cacheHandler ) : System
Write ( IAssetResult result, System.Web.HttpContextBase context ) : void

Method Details

CachedGZipAssetResultWriter() public method

public CachedGZipAssetResultWriter ( IHttpCacheHandler cacheHandler ) : System
cacheHandler IHttpCacheHandler
return System

Write() public method

public Write ( IAssetResult result, System.Web.HttpContextBase context ) : void
result IAssetResult
context System.Web.HttpContextBase
return void