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

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

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

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

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

WhoMessage ( ) : System

Initialises a new instance of the WhoMessage class.

WhoMessage ( string name ) : System

Initialises a new instance of the WhoMessage class.

WhoMessage ( string name, string operatorFlag ) : System

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

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

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

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

Initialises a new instance of the WhoMessage class.
public WhoMessage ( string name ) : System
name string The name of the user to get the who information of.
Результат System

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

Initialises a new instance of the WhoMessage class.
public WhoMessage ( string name, string operatorFlag ) : System
name string The name of the user to get the who information of.
operatorFlag string A flag to indicate whether or not to return information about only IRC operators.
Результат System