C# Class Yaircc.Net.IRC.PongMessage

Represents a PONG command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc Class Usage Examples

Méthodes publiques

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

Initialises a new instance of the PongMessage class.

PongMessage ( string daemon ) : System.Text.RegularExpressions

Initialises a new instance of the PongMessage class.

TryParse ( string input ) : ParseResult

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

Method Details

PongMessage() public méthode

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

PongMessage() public méthode

Initialises a new instance of the PongMessage class.
public PongMessage ( string daemon ) : System.Text.RegularExpressions
daemon string The daemon to use.
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