C# Класс IrcDotNet.IrcServerInfoEventArgs

Provides data for events that specify information about a server.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcServerInfoEventArgs ( string address, int port ) : System.Net.Security

Initializes a new instance of the IrcServerInfoEventArgs class.

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

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

Initializes a new instance of the IrcServerInfoEventArgs class.
public IrcServerInfoEventArgs ( string address, int port ) : System.Net.Security
address string The address of the server.
port int The port on which to connect to the server.
Результат System.Net.Security