C# 클래스 Gablarski.GablarskiSocialClient

상속: Tempest.Social.SocialClient
파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
GablarskiSocialClient ( Person person, RSAAsymmetricKey key ) : System
RequestGroupVoiceAsync ( Group group ) : Task
SetTarget ( Target target ) : void
StartGroupWithAsync ( Person person ) : Task

보호된 메소드들

메소드 설명
OnConnected ( ClientConnectionEventArgs e ) : void
OnDisconnected ( ClientDisconnectedEventArgs e ) : void

비공개 메소드들

메소드 설명
OnJoinVoiceMessage ( MessageEventArgs e ) : void
Reconnect ( ) : Task

메소드 상세

GablarskiSocialClient() 공개 메소드

public GablarskiSocialClient ( Person person, RSAAsymmetricKey key ) : System
person Person
key Tempest.RSAAsymmetricKey
리턴 System

OnConnected() 보호된 메소드

protected OnConnected ( ClientConnectionEventArgs e ) : void
e Tempest.ClientConnectionEventArgs
리턴 void

OnDisconnected() 보호된 메소드

protected OnDisconnected ( ClientDisconnectedEventArgs e ) : void
e Tempest.ClientDisconnectedEventArgs
리턴 void

RequestGroupVoiceAsync() 공개 메소드

public RequestGroupVoiceAsync ( Group group ) : Task
group Group
리턴 Task

SetTarget() 공개 메소드

public SetTarget ( Target target ) : void
target Target
리턴 void

StartGroupWithAsync() 공개 메소드

public StartGroupWithAsync ( Person person ) : Task
person Person
리턴 Task