C# Класс IrcShark.Chatting.Irc.QuitReceivedEventArgs

The QuitReceivedEventArgs belongs to the IrcClient.QuitReceivedEventHandler and the IrcClient.QuitReceived event.
Наследование: IrcEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
QuitReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the QuitReceivedEventArgs class.

QuitReceivedEventArgs ( UserInfo user, string message ) : System

Initializes a new instance of the QuitReceivedEventArgs class.

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

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

Initializes a new instance of the QuitReceivedEventArgs class.
public QuitReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line containing the quit command.
Результат System

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

Initializes a new instance of the QuitReceivedEventArgs class.
public QuitReceivedEventArgs ( UserInfo user, string message ) : System
user UserInfo The user, that quited.
message string The message the user sent when quitting.
Результат System