C# Class Yaircc.Net.IRC.LinksMessage

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

Méthodes publiques

Méthode Description
LinksMessage ( ) : System

Initialises a new instance of the LinksMessage class.

LinksMessage ( string serverMask ) : System

Initialises a new instance of the LinksMessage class.

LinksMessage ( string remoteServer, string serverMask ) : System

Initialises a new instance of the LinksMessage class.

TryParse ( string input ) : ParseResult

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

Method Details

LinksMessage() public méthode

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

LinksMessage() public méthode

Initialises a new instance of the LinksMessage class.
public LinksMessage ( string serverMask ) : System
serverMask string The server mask to use.
Résultat System

LinksMessage() public méthode

Initialises a new instance of the LinksMessage class.
public LinksMessage ( string remoteServer, string serverMask ) : System
remoteServer string The remote server to get the links from.
serverMask string The server mask to use.
Résultat System

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