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

The InfoListener reads a complete info block from an IrcClient.
Inheritance: IIrcObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
InfoListener ( IrcClient client ) : System

Initializes a new instance of the InfoListener class.

Private Methods

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

Handles a received line from the server.

Method Details

InfoListener() public méthode

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