C# Class GitHubFeeds.Controllers.HomeController

Inheritance: PipelineAsyncController
Show file Open project: bgrainger/GitHubFeeds

Public Methods

Method Description
AboutAsync ( ) : void
AboutCompleted ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetApiRateLimit ( AboutViewModel model, Task responseTask ) : bool
MakeApiRequest ( AboutViewModel model ) : Task

Method Details

AboutAsync() public method

public AboutAsync ( ) : void
return void

AboutCompleted() public method

public AboutCompleted ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.ActionResult
result System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult