C# Класс Yaircc.Net.IRC.SummonMessage

Represents a SUMMON command.
Наследование: Message
Показать файл Открыть проект

Открытые методы

Метод Описание
SummonMessage ( string user )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target, string channel )

Initialises a new instance of the SummonMessage class.

Описание методов

SummonMessage() публичный Метод

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user )
user string The user to summon.

SummonMessage() публичный Метод

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target )
user string The user to summon.
target string The server in which the user is on.

SummonMessage() публичный Метод

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target, string channel )
user string The user to summon.
target string The server in which the user is on.
channel string The channel in which to summon the user to.