C# 클래스 TeamMentor.CoreLib.ScriptCombiner

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
CanGZip ( System.Web.HttpRequestBase request ) : bool
ProcessRequest ( HttpContext httpContext ) : void
ScriptCombiner ( ) : System
WriteBytes ( byte bytes, bool isCompressed, string contentType ) : void

메소드 상세

CanGZip() 공개 메소드

public CanGZip ( System.Web.HttpRequestBase request ) : bool
request System.Web.HttpRequestBase
리턴 bool

ProcessRequest() 공개 메소드

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

ScriptCombiner() 공개 메소드

public ScriptCombiner ( ) : System
리턴 System

WriteBytes() 공개 메소드

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

프로퍼티 상세

apiScriptCombiner 공개적으로 프로퍼티

public API_ScriptCombiner,TeamMentor.CoreLib apiScriptCombiner
리턴 API_ScriptCombiner

context 공개적으로 프로퍼티

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