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
Mostrar archivo Open project: hapm/IrcShark

Public Methods

Method Description
LinksListener ( IrcClient client ) : System

Initializes a new instance of the LinksListener class.

Private Methods

Method Description
HandleLine ( object sender, LineReceivedEventArgs e ) : void

Handles a received line from the server.

Method Details

LinksListener() public method

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