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

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

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

Метод Описание
TryParse ( string input ) : ParseResult

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

WhowasMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the WhowasMessage class.

WhowasMessage ( string nickname ) : System.Text.RegularExpressions

Initialises a new instance of the WhowasMessage class.

WhowasMessage ( string nickname, string count ) : System.Text.RegularExpressions

Initialises a new instance of the WhowasMessage class.

WhowasMessage ( string nickname, string count, string server ) : System.Text.RegularExpressions

Initialises a new instance of the WhowasMessage 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

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

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

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

Initialises a new instance of the WhowasMessage class.
public WhowasMessage ( string nickname ) : System.Text.RegularExpressions
nickname string The nick name to get the who was information of.
Результат System.Text.RegularExpressions

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

Initialises a new instance of the WhowasMessage class.
public WhowasMessage ( string nickname, string count ) : System.Text.RegularExpressions
nickname string The nick name to get the who was information of.
count string The maximum number of uses to show.
Результат System.Text.RegularExpressions

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

Initialises a new instance of the WhowasMessage class.
public WhowasMessage ( string nickname, string count, string server ) : System.Text.RegularExpressions
nickname string The nick name to get the who was information of.
count string The maximum number of uses to show.
server string The server in which the nick name was used.
Результат System.Text.RegularExpressions