C# Класс IrcDotNet.IrcServerLinksListReceivedEventArgs

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

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

Метод Описание
IrcServerLinksListReceivedEventArgs ( IList links ) : System.Net.Security

Initializes a new instance of the IrcServerLinksListReceivedEventArgs class.

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

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

Initializes a new instance of the IrcServerLinksListReceivedEventArgs class.
public IrcServerLinksListReceivedEventArgs ( IList links ) : System.Net.Security
links IList A list of information about the server links that was returned by the server.
Результат System.Net.Security