Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
IrcShark
Chatting
Irc
Listener
WhoLine
C# Class IrcShark.Chatting.Irc.Listener.WhoLine
The WhoLine represents a line in a who reply as sent from an irc server.
Inheritance:
IrcLine
Show file
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