C# Class ImageManager.ImageHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: cimex/ImageManager Class Usage Examples

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Méthodes protégées

Méthode Description
parseBoolKeyValue ( string key ) : bool
parseDoubleKeyValue ( string key ) : double
parseGuidKeyValue ( string key ) : System.Guid
parseIntegerKeyValue ( string key ) : int
parseStringKeyValue ( string key, bool isMandatory ) : string
setClientCaching ( ) : void
setContentType ( ) : void

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

parseBoolKeyValue() protected méthode

protected parseBoolKeyValue ( string key ) : bool
key string
Résultat bool

parseDoubleKeyValue() protected méthode

protected parseDoubleKeyValue ( string key ) : double
key string
Résultat double

parseGuidKeyValue() protected méthode

protected parseGuidKeyValue ( string key ) : System.Guid
key string
Résultat System.Guid

parseIntegerKeyValue() protected méthode

protected parseIntegerKeyValue ( string key ) : int
key string
Résultat int

parseStringKeyValue() protected méthode

protected parseStringKeyValue ( string key, bool isMandatory ) : string
key string
isMandatory bool
Résultat string

setClientCaching() protected méthode

protected setClientCaching ( ) : void
Résultat void

setContentType() protected méthode

protected setContentType ( ) : void
Résultat void