C# Class hitaBot.WS.HitboxChat

Afficher le fichier Open project: Hitakashi/hitaBot-WS

Méthodes publiques

Свойство Type Description
_ws WebSocket4Net.WebSocket

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( ) : void
CreateClient ( ) : HitboxChat
HitboxChat ( bool debug = false ) : System
PreFetchServers ( ) : void
Send ( string message ) : void

Private Methods

Méthode Description
OnRaiseBanList ( BanListEventArgs e ) : void
OnRaiseChatLog ( ChatLogEventArgs e ) : void
OnRaiseChatMsg ( ChatMsgEventArgs e ) : void
OnRaiseCloseMsg ( EventArgs e ) : void
OnRaiseDirectMsg ( DirectMsgEventArgs e ) : void
OnRaiseErrorMsg ( WSErrorEventArgs e ) : void
OnRaiseInfoMsg ( InfoMsgEventArgs e ) : void
OnRaiseLoginMsg ( LoginMsgEventArgs e ) : void
OnRaiseMediaLog ( MediaLogEventArgs e ) : void
OnRaiseNotifyMsg ( NotifyMsgEventArgs e ) : void
OnRaiseOpenMsg ( EventArgs e ) : void
OnRaiseServerMsg ( ServerMsgEventArgs e ) : void
OnRaiseSlowMsg ( SlowMsgEventArgs e ) : void
OnRaiseUserInfo ( UserInfoEventArgs e ) : void
OnRaiseUserList ( UserListEventArgs e ) : void
Ws_OnMessage ( object sender, WebSocket4Net.MessageReceivedEventArgs e ) : void
Ws_OnOpen ( object sender, EventArgs e ) : void
_ws_OnClose ( object sender, EventArgs e ) : void
_ws_OnError ( object sender, SuperSocket.ClientEngine.ErrorEventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

CreateClient() public méthode

public CreateClient ( ) : HitboxChat
Résultat HitboxChat

HitboxChat() public méthode

public HitboxChat ( bool debug = false ) : System
debug bool
Résultat System

PreFetchServers() public static méthode

public static PreFetchServers ( ) : void
Résultat void

Send() public méthode

public Send ( string message ) : void
message string
Résultat void

Property Details

_ws public_oe property

public WebSocket,WebSocket4Net _ws
Résultat WebSocket4Net.WebSocket