C# Class PaulStovell.TrialBalance.DownloadWebsite.GetFileHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Processes the request.

Method Details

ProcessRequest() public méthode

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.
Résultat void