C# Class Yaircc.Net.IRC.SQueryMessage

Represents an SQUERY command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
SQueryMessage ( string servicename, string message )

Initialises a new instance of the SQueryMessage class.

Method Details

SQueryMessage() public method

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