C# Класс Ext.Net.ResourceHandler

Наследование: System.Web.UI.Page, IHttpHandler, IRequiresSessionState
Показать файл Открыть проект Примеры использования класса

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