C# Class NSoft.NFramework.Web.HttpHandlers.StaticFileHttpHandler.CacheItem

Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
CacheItem ( byte data, bool isCompressed = true, string contentType = FileTool.DEFAULT_MIME_TYPE ) : System

Method Details

CacheItem() public method

public CacheItem ( byte data, bool isCompressed = true, string contentType = FileTool.DEFAULT_MIME_TYPE ) : System
data byte
isCompressed bool
contentType string
return System