C# Класс IrcDotNet.IrcChannelInvitationEventArgs

Provides data for the IrcClient.PingReceived event.
Наследование: IrcChannelEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security

Initializes a new instance of the IrcChannelInvitationEventArgs class.

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

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

Initializes a new instance of the IrcChannelInvitationEventArgs class.
public IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security
channel IrcChannel The channel to which the recipient user is invited.
inviter IrcUser The user inviting the recipient user to the channel.
Результат System.Net.Security