C# Класс m.Http.Handlers.StaticFileHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Handle ( IHttpRequest req ) : HttpResponse
StaticFileHandler ( int reqPathFilenameStartIndex, DirectoryInfo dirInfo, HttpResponse>.Func gzipFunc, int maxFileLengthToCache = 32768 ) : System

Описание методов

Handle() публичный Метод

public Handle ( IHttpRequest req ) : HttpResponse
req IHttpRequest
Результат System.Web.HttpResponse

StaticFileHandler() публичный Метод

public StaticFileHandler ( int reqPathFilenameStartIndex, DirectoryInfo dirInfo, HttpResponse>.Func gzipFunc, int maxFileLengthToCache = 32768 ) : System
reqPathFilenameStartIndex int
dirInfo System.IO.DirectoryInfo
gzipFunc HttpResponse>.Func
maxFileLengthToCache int
Результат System