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

This listener allows you to listen for a link reply.
The reply will be captured to the end, and you will be informed when the end is reached.
Inheritance: IIrcObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
LinksListener ( IrcClient client ) : System

Initializes a new instance of the LinksListener class.

Private Methods

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

Handles a received line from the server.

Method Details

LinksListener() public méthode

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