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

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

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

Метод Описание
KillMessage ( ) : System

Initialises a new instance of the KillMessage class.

KillMessage ( string nickname, string comment ) : System

Initialises a new instance of the KillMessage class.

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

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

Initialises a new instance of the KillMessage class.
public KillMessage ( ) : System
Результат System

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

Initialises a new instance of the KillMessage class.
public KillMessage ( string nickname, string comment ) : System
nickname string The nick name of the user to remove from the network.
comment string The reason behind removing the user.
Результат System