Method | Description | |
---|---|---|
CurrentUser ( IGablarskiClientContext context ) : System | ||
Join ( string nickname, string serverPassword ) : void | ||
Join ( string nickname, string phonetic, string serverPassword ) : void | ||
Login ( string username, string password ) : void | ||
MuteCapture ( ) : void |
Mutes all capture and sets the user's status accordingly.
|
|
MutePlayback ( ) : void |
Mutes all playback and sets the user's status accordingly.
|
|
Register ( string username, string password ) : void | ||
SetComment ( string comment ) : void |
Sets the current user's comment.
|
|
SetStatus ( UserStatus status ) : void |
Sets the current user's status.
|
|
UnmuteCapture ( ) : void |
Unmutes all capture and sets the user's status accordingly.
|
|
UnmutePlayback ( ) : void |
Unmutes all playback and sets the user's status accordingly.
|
Method | Description | |
---|---|---|
OnJoinResult ( |
||
OnKicked ( |
||
OnLoginResult ( |
||
OnPermissionsChanged ( |
||
OnRegisterResult ( |
Method | Description | |
---|---|---|
CurrentUser ( IGablarskiClientContext context, int userId, string nickname, int currentChannelId ) : System | ||
OnJoinResultMessage ( MessageEventArgs |
||
OnLoginResultMessage ( MessageEventArgs |
||
OnPermissionsMessage ( MessageEventArgs |
||
OnRegisterResultMessage ( MessageEventArgs |
||
OnUserChangedChannelMessage ( MessageEventArgs |
||
OnUserKickedMessage ( MessageEventArgs |
||
OnUserUpdatedMessage ( MessageEventArgs |
public CurrentUser ( IGablarskiClientContext context ) : System | ||
context | IGablarskiClientContext | |
return | System |
public Join ( string nickname, string serverPassword ) : void | ||
nickname | string | |
serverPassword | string | |
return | void |
public Join ( string nickname, string phonetic, string serverPassword ) : void | ||
nickname | string | |
phonetic | string | |
serverPassword | string | |
return | void |
public Login ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
protected OnJoinResult ( |
||
e | ||
return | void |
protected OnKicked ( |
||
e | ||
return | void |
protected OnLoginResult ( |
||
e | ||
return | void |
protected OnPermissionsChanged ( |
||
e | ||
return | void |
protected OnRegisterResult ( |
||
e | ||
return | void |
public Register ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
public SetComment ( string comment ) : void | ||
comment | string | The comment to set. |
return | void |
public SetStatus ( UserStatus status ) : void | ||
status | UserStatus | The status to set. |
return | void |