C# Class wehack.Controllers.TwitterActionController

Inheritance: Controller
Show file Open project: unionthugface/wehack Class Usage Examples

Public Methods

Method Description
GetTimeLine ( ) : Task
Index ( ) : System.Web.Mvc.ActionResult
Send ( string message ) : System.Web.Mvc.ActionResult
TweetRetweet ( ) : System.Web.Mvc.ActionResult

Method Details

GetTimeLine() public method

public GetTimeLine ( ) : Task
return Task

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Send() public method

public Send ( string message ) : System.Web.Mvc.ActionResult
message string
return System.Web.Mvc.ActionResult

TweetRetweet() public method

public TweetRetweet ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult