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

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

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

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

Initializes a new instance of the PingReceivedEventArgs class.

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

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

Initializes a new instance of the PingReceivedEventArgs class.
public PingReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line what holds the ping event.
Результат System