C# 클래스 ScriptCombiner, Master

상속: IHttpHandler
파일 보기 프로젝트 열기: TeamMentor-OWASP/Master 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
context System.Web.HttpContextBase

공개 메소드들

메소드 설명
CanGZip ( HttpRequestBase request ) : bool
ProcessRequest ( HttpContext __context ) : void
WriteBytes ( byte bytes, bool isCompressed ) : void
send304Redirect ( ) : bool
setCacheHeaders ( ) : void

비공개 메소드들

메소드 설명
GetScriptFileNames ( string setName ) : string[]
ScriptCombiner ( ) : System

메소드 상세

CanGZip() 공개 메소드

public CanGZip ( HttpRequestBase request ) : bool
request HttpRequestBase
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext __context ) : void
__context HttpContext
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte bytes, bool isCompressed ) : void
bytes byte
isCompressed bool
리턴 void

send304Redirect() 공개 메소드

public send304Redirect ( ) : bool
리턴 bool

setCacheHeaders() 공개 메소드

public setCacheHeaders ( ) : void
리턴 void

프로퍼티 상세

context 공개적으로 프로퍼티

public HttpContextBase,System.Web context
리턴 System.Web.HttpContextBase