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

The WhoLine represents a line in a who reply as sent from an irc server.
Inheritance: IrcLine
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
WhoLine ( IrcLine line ) : System

Initializes a new instance of the WhoLine class.

Method Details

WhoLine() public method

Initializes a new instance of the WhoLine class.
public WhoLine ( IrcLine line ) : System
line IrcLine The line that is the base of the WhoLine.
return System