C# Class Yaircc.Net.IRC.NamesMessage

Represents a NAMES command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
NamesMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the NamesMessage class.

NamesMessage ( string channel ) : System.Text.RegularExpressions

Initialises a new instance of the NamesMessage class.

TryParse ( string input ) : ParseResult

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

Method Details

NamesMessage() public méthode

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

NamesMessage() public méthode

Initialises a new instance of the NamesMessage class.
public NamesMessage ( string channel ) : System.Text.RegularExpressions
channel string The channel to retrieve the names list from.
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