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

This listener allows you to listen for a who reply.
Inheritance: IIrcObject
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
WhoListener ( IrcClient client ) : System

Initializes a new instance of the WhoListener class.

Private Methods

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

Handles a received line from the server.

Method Details

WhoListener() public method

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