C# Class IRC.Client

Afficher le fichier Open project: tamaw/SharpIRC Class Usage Examples

Méthodes publiques

Méthode Description
Client ( ) : System
Connect ( ) : void
CreateChannel ( string name, string key = "" ) : Channel
CreateChannels ( string names, string keys = null ) : IRC.Channel[]
CreateUser ( string nickname ) : User
Disconnect ( ) : void

Méthodes protégées

Méthode Description
ProcessReply ( object sender, Reply reply ) : void

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Connect() public méthode

public Connect ( ) : void
Résultat void

CreateChannel() public méthode

public CreateChannel ( string name, string key = "" ) : Channel
name string
key string
Résultat Channel

CreateChannels() public méthode

public CreateChannels ( string names, string keys = null ) : IRC.Channel[]
names string
keys string
Résultat IRC.Channel[]

CreateUser() public méthode

public CreateUser ( string nickname ) : User
nickname string
Résultat User

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

ProcessReply() protected méthode

protected ProcessReply ( object sender, Reply reply ) : void
sender object
reply Reply
Résultat void