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

Describes the internet relay chat protocol and its parameters.
This class is a singleton and therfor can't be instanciated more than once.
Наследование: IProtocol
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateNetwork ( string name ) : INetwork

Creates a new network configuration, for the implemented protocol.

GetInstance ( ) : IrcProtocol

Gets the instance of the protocol representation class.

Приватные методы

Метод Описание
IrcProtocol ( ) : System

Prevents a default instance of the IrcProtocol class from being created.

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

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

Creates a new network configuration, for the implemented protocol.
public CreateNetwork ( string name ) : INetwork
name string The name of the network configuration.
Результат INetwork

GetInstance() публичный статический Метод

Gets the instance of the protocol representation class.
public static GetInstance ( ) : IrcProtocol
Результат IrcProtocol