C# Class ImageManager.ImageHandler

Inheritance: IHttpHandler
Show file Open project: cimex/ImageManager Class Usage Examples

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method 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 method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

parseBoolKeyValue() protected method

protected parseBoolKeyValue ( string key ) : bool
key string
return bool

parseDoubleKeyValue() protected method

protected parseDoubleKeyValue ( string key ) : double
key string
return double

parseGuidKeyValue() protected method

protected parseGuidKeyValue ( string key ) : System.Guid
key string
return System.Guid

parseIntegerKeyValue() protected method

protected parseIntegerKeyValue ( string key ) : int
key string
return int

parseStringKeyValue() protected method

protected parseStringKeyValue ( string key, bool isMandatory ) : string
key string
isMandatory bool
return string

setClientCaching() protected method

protected setClientCaching ( ) : void
return void

setContentType() protected method

protected setContentType ( ) : void
return void