C# Class m.Http.Handlers.StaticFileHandler

Afficher le fichier Open project: joongonn/mHttp Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( IHttpRequest req ) : HttpResponse
StaticFileHandler ( int reqPathFilenameStartIndex, DirectoryInfo dirInfo, HttpResponse>.Func gzipFunc, int maxFileLengthToCache = 32768 ) : System

Method Details

Handle() public méthode

public Handle ( IHttpRequest req ) : HttpResponse
req IHttpRequest
Résultat System.Web.HttpResponse

StaticFileHandler() public méthode

public StaticFileHandler ( int reqPathFilenameStartIndex, DirectoryInfo dirInfo, HttpResponse>.Func gzipFunc, int maxFileLengthToCache = 32768 ) : System
reqPathFilenameStartIndex int
dirInfo System.IO.DirectoryInfo
gzipFunc HttpResponse>.Func
maxFileLengthToCache int
Résultat System