C# Class IRC.Channel

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

Méthodes publiques

Méthode Description
Channel ( Client client, string name, string key = "" ) : System
Invite ( User user ) : void
Join ( ) : void
Kick ( User user ) : void
Leave ( string message = "" ) : void
ProcessReply ( object sender, Reply reply ) : void
Say ( string message ) : void

Private Methods

Méthode Description
OnJoined ( User user ) : void
OnLeft ( ) : void
OnMessage ( Message e ) : void
OnNamesList ( NamesList e ) : void
OnParted ( User user ) : void
OnTopicChanged ( ) : void

Method Details

Channel() public méthode

public Channel ( Client client, string name, string key = "" ) : System
client Client
name string
key string
Résultat System

Invite() public méthode

public Invite ( User user ) : void
user User
Résultat void

Join() public méthode

public Join ( ) : void
Résultat void

Kick() public méthode

public Kick ( User user ) : void
user User
Résultat void

Leave() public méthode

public Leave ( string message = "" ) : void
message string
Résultat void

ProcessReply() public méthode

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

Say() public méthode

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