C# Класс Yaircc.Net.IRC.UserHostMessage

Represents a USERHOST command.
Наследование: Message
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TryParse() публичный Метод

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
Результат ParseResult

UserHostMessage() публичный Метод

Initialises a new instance of the UserHostMessage class.
public UserHostMessage ( ) : System
Результат System

UserHostMessage() публичный Метод

Initialises a new instance of the UserHostMessage class.
public UserHostMessage ( string nickname ) : System
nickname string The nick name to retrieve information about.
Результат System