C# 클래스 m.Http.Handlers.StaticFileHandler

파일 보기 프로젝트 열기: joongonn/mHttp 1 사용 예제들

공개 메소드들

메소드 설명
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