C# Class PaulStovell.TrialBalance.Website.BuildsRss

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

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
FormatDate ( System.DateTime d ) : string
WriteFooter ( ) : void
WriteHeader ( ) : void
WriteLine ( string s ) : void

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void