C# 클래스 ImageManager.ImageHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: cimex/ImageManager 1 사용 예제들

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

parseBoolKeyValue() 보호된 메소드

protected parseBoolKeyValue ( string key ) : bool
key string
리턴 bool

parseDoubleKeyValue() 보호된 메소드

protected parseDoubleKeyValue ( string key ) : double
key string
리턴 double

parseGuidKeyValue() 보호된 메소드

protected parseGuidKeyValue ( string key ) : System.Guid
key string
리턴 System.Guid

parseIntegerKeyValue() 보호된 메소드

protected parseIntegerKeyValue ( string key ) : int
key string
리턴 int

parseStringKeyValue() 보호된 메소드

protected parseStringKeyValue ( string key, bool isMandatory ) : string
key string
isMandatory bool
리턴 string

setClientCaching() 보호된 메소드

protected setClientCaching ( ) : void
리턴 void

setContentType() 보호된 메소드

protected setContentType ( ) : void
리턴 void