C# Class IrcShark.Chatting.Irc.Listener.ChannelListListener

This listener allows you to listen for a channel list, requested by a LIST command.
Inheritance: IIrcObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
ChannelListListener ( IrcClient client ) : System

Initializes a new instance of the ChannelListListener class.

Private Methods

Méthode Description
HandleLine ( object sender, LineReceivedEventArgs e ) : void

Handles a received line from the server.

Method Details

ChannelListListener() public méthode

Initializes a new instance of the ChannelListListener class.
public ChannelListListener ( IrcClient client ) : System
client IrcClient The client to listen on.
Résultat System