C# 클래스 PaulStovell.TrialBalance.DownloadWebsite.GetFileHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

Processes the request.

메소드 상세

ProcessRequest() 공개 메소드

Processes the request.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext The HttpContext to retrieve the request info from and to write the response to.
리턴 void