C# Class PaulStovell.TrialBalance.DownloadWebsite.GetFileHandler

Inheritance: IHttpHandler
Exibir arquivo Open project: PaulStovell/trial-balance

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Processes the request.

Method Details

ProcessRequest() public method

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.
return void