C# Class Yaircc.Net.IRC.OperMessage

Represents an OPER command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
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.

Method Details

OperMessage() public méthode

Initialises a new instance of the OperMessage class.
public OperMessage ( ) : System.Text.RegularExpressions
Résultat System.Text.RegularExpressions

OperMessage() public méthode

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.
Résultat System.Text.RegularExpressions

TryParse() public méthode

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