C# Class ChatterBox.Client.Common.Signaling.SignalingClient

Inheritance: IClientChannel, IServerChannel
Afficher le fichier Open project: openpeer/ChatterBox Class Usage Examples

Private Properties

Свойство Type Description
BufferFileExists IAsyncOperation
GetBufferFile IAsyncOperation
SendToServer System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
ClientConfirmation ( Confirmation confirmation ) : void
ClientHeartBeat ( ) : void
GetPeerList ( Message message ) : void
HandleRequest ( string request ) : void
OnPeerList ( PeerList peerList ) : void
OnPeerPresence ( PeerUpdate peer ) : void
OnRegistrationConfirmation ( RegisteredReply reply ) : void
Register ( Registration message ) : void
Relay ( RelayMessage message ) : void
ServerConfirmation ( Confirmation confirmation ) : void
ServerConnectionError ( ) : void
ServerError ( ErrorReply reply ) : void
ServerHeartBeat ( ) : void
ServerReceivedInvalidMessage ( InvalidMessage reply ) : void
ServerRelay ( RelayMessage message ) : void
SignalingClient ( ISignalingSocketService signalingSocketService, IForegroundChannel foregroundChannel, IVoipChannel voipChannel ) : ChatterBox.Client.Common.Avatars

Private Methods

Méthode Description
BufferFileExists ( ) : IAsyncOperation
GetBufferFile ( ) : IAsyncOperation
SendToServer ( object arg = null, [ method = null ) : System.Threading.Tasks.Task

Method Details

ClientConfirmation() public méthode

public ClientConfirmation ( Confirmation confirmation ) : void
confirmation ChatterBox.Common.Communication.Messages.Standard.Confirmation
Résultat void

ClientHeartBeat() public méthode

public ClientHeartBeat ( ) : void
Résultat void

GetPeerList() public méthode

public GetPeerList ( Message message ) : void
message ChatterBox.Common.Communication.Messages.Standard.Message
Résultat void

HandleRequest() public méthode

public HandleRequest ( string request ) : void
request string
Résultat void

OnPeerList() public méthode

public OnPeerList ( PeerList peerList ) : void
peerList ChatterBox.Common.Communication.Messages.Peers.PeerList
Résultat void

OnPeerPresence() public méthode

public OnPeerPresence ( PeerUpdate peer ) : void
peer ChatterBox.Common.Communication.Messages.Peers.PeerUpdate
Résultat void

OnRegistrationConfirmation() public méthode

public OnRegistrationConfirmation ( RegisteredReply reply ) : void
reply ChatterBox.Common.Communication.Messages.Registration.RegisteredReply
Résultat void

Register() public méthode

public Register ( Registration message ) : void
message ChatterBox.Common.Communication.Messages.Registration.Registration
Résultat void

Relay() public méthode

public Relay ( RelayMessage message ) : void
message ChatterBox.Common.Communication.Messages.Relay.RelayMessage
Résultat void

ServerConfirmation() public méthode

public ServerConfirmation ( Confirmation confirmation ) : void
confirmation ChatterBox.Common.Communication.Messages.Standard.Confirmation
Résultat void

ServerConnectionError() public méthode

public ServerConnectionError ( ) : void
Résultat void

ServerError() public méthode

public ServerError ( ErrorReply reply ) : void
reply ChatterBox.Common.Communication.Messages.Standard.ErrorReply
Résultat void

ServerHeartBeat() public méthode

public ServerHeartBeat ( ) : void
Résultat void

ServerReceivedInvalidMessage() public méthode

public ServerReceivedInvalidMessage ( InvalidMessage reply ) : void
reply ChatterBox.Common.Communication.Messages.Standard.InvalidMessage
Résultat void

ServerRelay() public méthode

public ServerRelay ( RelayMessage message ) : void
message ChatterBox.Common.Communication.Messages.Relay.RelayMessage
Résultat void

SignalingClient() public méthode

public SignalingClient ( ISignalingSocketService signalingSocketService, IForegroundChannel foregroundChannel, IVoipChannel voipChannel ) : ChatterBox.Client.Common.Avatars
signalingSocketService ISignalingSocketService
foregroundChannel IForegroundChannel
voipChannel IVoipChannel
Résultat ChatterBox.Client.Common.Avatars