C# Class Jabbot.Core.Jabbr.JabbrClient

Inheritance: IJabbrClient
Afficher le fichier Open project: rbwestmoreland/Jabbot

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Connect ( ) : bool
Disconnect ( ) : void
Dispose ( ) : void
JabbrClient ( string url ) : System
JoinRoom ( string room ) : bool
JoinRoom ( string room, string inviteCode ) : bool
LeaveRoom ( string room ) : bool
Login ( string nick, string password ) : bool
Login ( string nick, string password, string gravatarEmail ) : bool
Logout ( ) : void
PrivateReply ( string who, string what ) : bool
SayToRoom ( string room, string what ) : bool
Send ( string command ) : void

Méthodes protégées

Méthode Description
CheckIsConnected ( ) : bool
Dispose ( bool disposing ) : void
SubscribeToEvents ( ) : void

Method Details

CheckIsConnected() protected méthode

protected CheckIsConnected ( ) : bool
Résultat bool

Connect() public méthode

public Connect ( ) : bool
Résultat bool

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

JabbrClient() public méthode

public JabbrClient ( string url ) : System
url string
Résultat System

JoinRoom() public méthode

public JoinRoom ( string room ) : bool
room string
Résultat bool

JoinRoom() public méthode

public JoinRoom ( string room, string inviteCode ) : bool
room string
inviteCode string
Résultat bool

LeaveRoom() public méthode

public LeaveRoom ( string room ) : bool
room string
Résultat bool

Login() public méthode

public Login ( string nick, string password ) : bool
nick string
password string
Résultat bool

Login() public méthode

public Login ( string nick, string password, string gravatarEmail ) : bool
nick string
password string
gravatarEmail string
Résultat bool

Logout() public méthode

public Logout ( ) : void
Résultat void

PrivateReply() public méthode

public PrivateReply ( string who, string what ) : bool
who string
what string
Résultat bool

SayToRoom() public méthode

public SayToRoom ( string room, string what ) : bool
room string
what string
Résultat bool

Send() public méthode

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

SubscribeToEvents() protected méthode

protected SubscribeToEvents ( ) : void
Résultat void