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

Inheritance: BindableBase
Afficher le fichier Open project: openpeer/ChatterBox Class Usage Examples

Méthodes publiques

Méthode Description
ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
EstablishConnection ( ) : void
SwitchSignalingServer ( ) : void

Private Methods

Méthode Description
OnConnectCommandCanExecute ( ) : bool
OnConnectCommandExecute ( ) : void
OnRegistrationStatusUpdated ( ) : void
UpdateStatus ( ) : void

Method Details

ConnectingViewModel() public méthode

public ConnectingViewModel ( IForegroundUpdateService foregroundUpdateService, ISocketConnection socketConnection ) : System
foregroundUpdateService IForegroundUpdateService
socketConnection ISocketConnection
Résultat System

EstablishConnection() public méthode

public EstablishConnection ( ) : void
Résultat void

SwitchSignalingServer() public méthode

public SwitchSignalingServer ( ) : void
Résultat void