C# Class Dbot.Client.SimpleIrcListenerClient

Inheritance: ConsolePrintClient, IDisposable
Afficher le fichier Open project: destinygg/bot Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
Dispose ( ) : void
Forward ( PublicMessage message ) : void
Run ( IProcessor processor ) : void
Send ( string data ) : void
SendMsg ( string message ) : void
SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Forward() public méthode

public Forward ( PublicMessage message ) : void
message Dbot.CommonModels.PublicMessage
Résultat void

Run() public méthode

public Run ( IProcessor processor ) : void
processor IProcessor
Résultat void

Send() public méthode

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

SendMsg() public méthode

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

SimpleIrcListenerClient() public méthode

public SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System
server string
port int
channel string
nick string
pass string
Résultat System