C# Class ChatterBox.Client.Presentation.Shared.ViewModels.ConnectingViewModel

Inheritance: BindableBase
Show file Open project: openpeer/ChatterBox Class Usage Examples

Public Methods

Method Description
ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
EstablishConnection ( ) : void
SwitchSignalingServer ( ) : void

Private Methods

Method Description
OnConnectCommandCanExecute ( ) : bool
OnConnectCommandExecute ( ) : void
OnRegistrationStatusUpdated ( ) : void
UpdateStatus ( ) : void

Method Details

ConnectingViewModel() public method

public ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
foregroundUpdateService IForegroundUpdateService
socketConnection ISocketConnection
return System

EstablishConnection() public method

public EstablishConnection ( ) : void
return void

SwitchSignalingServer() public method

public SwitchSignalingServer ( ) : void
return void