C# 클래스 Ext.Net.ResourceHandler

상속: System.Web.UI.Page, IHttpHandler, IRequiresSessionState
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckConfiguration void
GetAssemblyTime long
GetCache byte[]
HasHandler bool
HasModule bool
IsImage bool
IsSourceModified bool
ProcessRequest void
Send void
SetCache void
SetResponseCache void
SetWebResourceName void
WriteFile void
WriteImage void

비공개 메소드들

메소드 설명
CheckConfiguration ( ISite site ) : void
GetAssemblyTime ( Assembly assembly ) : long
GetCache ( ) : byte[]
HasHandler ( ) : bool
HasModule ( ) : bool
IsImage ( string ext ) : bool
IsSourceModified ( HttpRequest request ) : bool
ProcessRequest ( HttpContext context ) : void
Send ( byte data, string responseType ) : void
SetCache ( byte content ) : void
SetResponseCache ( HttpContext context ) : void
SetWebResourceName ( string filePath ) : void
WriteFile ( string responseType ) : void
WriteImage ( string responseType ) : void