C# 클래스 JsMinifier.Handler.Response.NonCachedResponse

상속: IResponse
파일 보기 프로젝트 열기: 1508/JsMinifier

공개 메소드들

메소드 설명
NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
WriteJs ( string js ) : void

보호된 메소드들

메소드 설명
HandleCompression ( ) : void

deal with the request accept encoding and add the necessary filter to the response

메소드 상세

HandleCompression() 보호된 메소드

deal with the request accept encoding and add the necessary filter to the response
protected HandleCompression ( ) : void
리턴 void

NonCachedResponse() 공개 메소드

public NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
http IHttp
isCompressionHandledByResponse bool
리턴 System

WriteJs() 공개 메소드

public WriteJs ( string js ) : void
js string
리턴 void