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

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
CacheItem ( byte data ) : System
CacheItem ( byte data, bool isCompressed ) : System
CacheItem ( byte data, bool isCompressed, string contentType ) : System

Method Details

CacheItem() public méthode

public CacheItem ( byte data ) : System
data byte
Résultat System

CacheItem() public méthode

public CacheItem ( byte data, bool isCompressed ) : System
data byte
isCompressed bool
Résultat System

CacheItem() public méthode

public CacheItem ( byte data, bool isCompressed, string contentType ) : System
data byte
isCompressed bool
contentType string
Résultat System