C# Class Yaircc.Net.IRC.ServListMessage

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

Public Methods

Method Description
ServListMessage ( )

Initialises a new instance of the ServListMessage class.

ServListMessage ( string mask )

Initialises a new instance of the ServListMessage class.

ServListMessage ( string mask, string type )

Initialises a new instance of the ServListMessage class.

Method Details

ServListMessage() public method

Initialises a new instance of the ServListMessage class.
public ServListMessage ( )

ServListMessage() public method

Initialises a new instance of the ServListMessage class.
public ServListMessage ( string mask )
mask string The mask to use.

ServListMessage() public method

Initialises a new instance of the ServListMessage class.
public ServListMessage ( string mask, string type )
mask string The mask to use.
type string The type of service to list.