C# 클래스 BlueCollar.Dashboard.IndexHandler

Extends StaticFileHandler to handle requests for the index page.
상속: StaticFileHandler
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
IndexHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the IndexHandler class.

보호된 메소드들

메소드 설명
PerformRequest ( System.Web.HttpContextBase context, StaticFile file ) : byte[]

Performs the concrete request operation and returns the output as a byte array.

PrepareResponse ( System.Web.HttpContextBase context, HandlerOutput output ) : void

Prepares an HTTP context's response.

메소드 상세

IndexHandler() 공개 메소드

Initializes a new instance of the IndexHandler class.
public IndexHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
리턴 System

PerformRequest() 보호된 메소드

Performs the concrete request operation and returns the output as a byte array.
protected PerformRequest ( System.Web.HttpContextBase context, StaticFile file ) : byte[]
context System.Web.HttpContextBase The HTTP context to perform the request for.
file StaticFile The static file to return the contents of.
리턴 byte[]

PrepareResponse() 보호된 메소드

Prepares an HTTP context's response.
protected PrepareResponse ( System.Web.HttpContextBase context, HandlerOutput output ) : void
context System.Web.HttpContextBase The HTTP context to prepare.
output HandlerOutput The cached output the response is being prepared for, if applicable.
리턴 void