C# Class Gablarski.GablarskiSocialClient

Inheritance: Tempest.Social.SocialClient
Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
GablarskiSocialClient ( Person person, RSAAsymmetricKey key ) : System
RequestGroupVoiceAsync ( Group group ) : Task
SetTarget ( Target target ) : void
StartGroupWithAsync ( Person person ) : Task

Méthodes protégées

Méthode Description
OnConnected ( ClientConnectionEventArgs e ) : void
OnDisconnected ( ClientDisconnectedEventArgs e ) : void

Private Methods

Méthode Description
OnJoinVoiceMessage ( MessageEventArgs e ) : void
Reconnect ( ) : Task

Method Details

GablarskiSocialClient() public méthode

public GablarskiSocialClient ( Person person, RSAAsymmetricKey key ) : System
person Person
key Tempest.RSAAsymmetricKey
Résultat System

OnConnected() protected méthode

protected OnConnected ( ClientConnectionEventArgs e ) : void
e Tempest.ClientConnectionEventArgs
Résultat void

OnDisconnected() protected méthode

protected OnDisconnected ( ClientDisconnectedEventArgs e ) : void
e Tempest.ClientDisconnectedEventArgs
Résultat void

RequestGroupVoiceAsync() public méthode

public RequestGroupVoiceAsync ( Group group ) : Task
group Group
Résultat Task

SetTarget() public méthode

public SetTarget ( Target target ) : void
target Target
Résultat void

StartGroupWithAsync() public méthode

public StartGroupWithAsync ( Person person ) : Task
person Person
Résultat Task