C# 클래스 SharpCaster.Controllers.BaseController

상속: IController
파일 보기 프로젝트 열기: tapanila/SharpCaster

보호된 프로퍼티들

프로퍼티 타입 설명
Client ChromeCastClient

공개 메소드들

메소드 설명
BaseController ( ChromeCastClient client, string applicationId ) : System.Threading.Tasks
LaunchApplication ( ) : System.Threading.Tasks.Task
StopApplication ( ) : System.Threading.Tasks.Task

메소드 상세

BaseController() 공개 메소드

public BaseController ( ChromeCastClient client, string applicationId ) : System.Threading.Tasks
client ChromeCastClient
applicationId string
리턴 System.Threading.Tasks

LaunchApplication() 공개 메소드

public LaunchApplication ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StopApplication() 공개 메소드

public StopApplication ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

Client 보호되어 있는 프로퍼티

protected ChromeCastClient Client
리턴 ChromeCastClient