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

Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
CacheItem ( byte data ) : System
CacheItem ( byte data, bool isCompressed ) : System
CacheItem ( byte data, bool isCompressed, string contentType ) : System

Method Details

CacheItem() public method

public CacheItem ( byte data ) : System
data byte
return System

CacheItem() public method

public CacheItem ( byte data, bool isCompressed ) : System
data byte
isCompressed bool
return System

CacheItem() public method

public CacheItem ( byte data, bool isCompressed, string contentType ) : System
data byte
isCompressed bool
contentType string
return System