C# 클래스 wehack.Controllers.TwitterActionController

상속: Controller
파일 보기 프로젝트 열기: unionthugface/wehack 1 사용 예제들

공개 메소드들

메소드 설명
GetTimeLine ( ) : Task
Index ( ) : System.Web.Mvc.ActionResult
Send ( string message ) : System.Web.Mvc.ActionResult
TweetRetweet ( ) : System.Web.Mvc.ActionResult

메소드 상세

GetTimeLine() 공개 메소드

public GetTimeLine ( ) : Task
리턴 Task

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Send() 공개 메소드

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

TweetRetweet() 공개 메소드

public TweetRetweet ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult