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

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

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

Метод Описание
OperMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the OperMessage class.

OperMessage ( string user, string password ) : System.Text.RegularExpressions

Initialises a new instance of the OperMessage class.

TryParse ( string input ) : ParseResult

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

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

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

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

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

Initialises a new instance of the OperMessage class.
public OperMessage ( string user, string password ) : System.Text.RegularExpressions
user string The username.
password string The password.
Результат System.Text.RegularExpressions

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