C# 클래스 ChatterBox.Client.Presentation.Shared.ViewModels.ConnectingViewModel

상속: BindableBase
파일 보기 프로젝트 열기: openpeer/ChatterBox 1 사용 예제들

공개 메소드들

메소드 설명
ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
EstablishConnection ( ) : void
SwitchSignalingServer ( ) : void

비공개 메소드들

메소드 설명
OnConnectCommandCanExecute ( ) : bool
OnConnectCommandExecute ( ) : void
OnRegistrationStatusUpdated ( ) : void
UpdateStatus ( ) : void

메소드 상세

ConnectingViewModel() 공개 메소드

public ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
foregroundUpdateService IForegroundUpdateService
socketConnection ISocketConnection
리턴 System

EstablishConnection() 공개 메소드

public EstablishConnection ( ) : void
리턴 void

SwitchSignalingServer() 공개 메소드

public SwitchSignalingServer ( ) : void
리턴 void