C# Class Yaircc.Net.IRC.SQueryMessage

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

Méthodes publiques

Méthode Description
SQueryMessage ( string servicename, string message )

Initialises a new instance of the SQueryMessage class.

Method Details

SQueryMessage() public méthode

Initialises a new instance of the SQueryMessage class.
public SQueryMessage ( string servicename, string message )
servicename string The service to message.
message string The message.