C# Class Yaircc.Net.IRC.UserHostMessage

Represents a USERHOST command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
TryParse ( string input ) : ParseResult

Attempts to parse the input specified by the user into the Message.

UserHostMessage ( ) : System

Initialises a new instance of the UserHostMessage class.

UserHostMessage ( string nickname ) : System

Initialises a new instance of the UserHostMessage class.

Method Details

TryParse() public method

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
return ParseResult

UserHostMessage() public method

Initialises a new instance of the UserHostMessage class.
public UserHostMessage ( ) : System
return System

UserHostMessage() public method

Initialises a new instance of the UserHostMessage class.
public UserHostMessage ( string nickname ) : System
nickname string The nick name to retrieve information about.
return System