C# Class Ext.Net.ResourceHandler

Inheritance: System.Web.UI.Page, IHttpHandler, IRequiresSessionState
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
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

Private Methods

Method Description
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