C# 클래스 ConferenceBroadcast.Web.Controllers.BroadcastController

상속: Twilio.TwiML.Mvc.TwilioController
파일 보기 프로젝트 열기: TwilioDevEd/conference-broadcast-csharp 1 사용 예제들

공개 메소드들

메소드 설명
BroadcastController ( ) : System.Collections.Generic
BroadcastController ( IClient client, IPhoneNumbers phoneNumbers, ICustomRequest customRequest = null ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult
Send ( string numbers, string recordingUrl ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

비공개 메소드들

메소드 설명
Play ( string recordingUrl ) : System.Web.Mvc.ActionResult
VolunteersNumbers ( string numbers ) : IEnumerable

메소드 상세

BroadcastController() 공개 메소드

public BroadcastController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

BroadcastController() 공개 메소드

public BroadcastController ( IClient client, IPhoneNumbers phoneNumbers, ICustomRequest customRequest = null ) : System.Collections.Generic
client IClient
phoneNumbers IPhoneNumbers
customRequest ICustomRequest
리턴 System.Collections.Generic

Index() 공개 메소드

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

Initialize() 보호된 메소드

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
리턴 void

Send() 공개 메소드

public Send ( string numbers, string recordingUrl ) : System.Web.Mvc.ActionResult
numbers string
recordingUrl string
리턴 System.Web.Mvc.ActionResult