C# 클래스 Rainy.CustomHandler.FilesystemHandler

상속: IHttpHandler, IServiceStackHttpHandler, IHttpHandlerDecider
파일 보기 프로젝트 열기: Dynalon/Rainy 1 사용 예제들

공개 메소드들

메소드 설명
CheckAndProcess ( IHttpRequest request ) : IHttpHandler
FilesystemHandler ( string route_path, string htdocs_path ) : System
ProcessRequest ( HttpContext context ) : void
ProcessRequest ( IHttpRequest request, IHttpResponse response, string operationName ) : void

메소드 상세

CheckAndProcess() 공개 메소드

public CheckAndProcess ( IHttpRequest request ) : IHttpHandler
request IHttpRequest
리턴 IHttpHandler

FilesystemHandler() 공개 메소드

public FilesystemHandler ( string route_path, string htdocs_path ) : System
route_path string
htdocs_path string
리턴 System

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( IHttpRequest request, IHttpResponse response, string operationName ) : void
request IHttpRequest
response IHttpResponse
operationName string
리턴 void