C# Class IrcSharp.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
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
LinksListener ( IrcClient client ) : System

Private Methods

Method Description
HandleLine ( Object sender, LineReceivedEventArgs args ) : void

Method Details

LinksListener() public method

public LinksListener ( IrcClient client ) : System
client IrcClient
return System