C# Class m.Http.Handlers.StaticFileHandler

ファイルを表示 Open project: joongonn/mHttp Class Usage Examples

Public Methods

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

Method Details

Handle() public method

public Handle ( IHttpRequest req ) : HttpResponse
req IHttpRequest
return System.Web.HttpResponse

StaticFileHandler() public method

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