C# Class Jabbot.Core.Jabbr.JabbrClient

Inheritance: IJabbrClient
ファイルを表示 Open project: rbwestmoreland/Jabbot

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
CheckIsConnected ( ) : bool
Dispose ( bool disposing ) : void
SubscribeToEvents ( ) : void

Method Details

CheckIsConnected() protected method

protected CheckIsConnected ( ) : bool
return bool

Connect() public method

public Connect ( ) : bool
return bool

Disconnect() public method

public Disconnect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

JabbrClient() public method

public JabbrClient ( string url ) : System
url string
return System

JoinRoom() public method

public JoinRoom ( string room ) : bool
room string
return bool

JoinRoom() public method

public JoinRoom ( string room, string inviteCode ) : bool
room string
inviteCode string
return bool

LeaveRoom() public method

public LeaveRoom ( string room ) : bool
room string
return bool

Login() public method

public Login ( string nick, string password ) : bool
nick string
password string
return bool

Login() public method

public Login ( string nick, string password, string gravatarEmail ) : bool
nick string
password string
gravatarEmail string
return bool

Logout() public method

public Logout ( ) : void
return void

PrivateReply() public method

public PrivateReply ( string who, string what ) : bool
who string
what string
return bool

SayToRoom() public method

public SayToRoom ( string room, string what ) : bool
room string
what string
return bool

Send() public method

public Send ( string command ) : void
command string
return void

SubscribeToEvents() protected method

protected SubscribeToEvents ( ) : void
return void