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

This class saves the standard, used by a server, the associated IrcShark.Chatting.Irc.IrcClient is connected to.
Наследование: IIrcObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetUserPrefixFlag ( char flag ) : FlagDefinition

Gets the FlagDefinition for the given flag if it is a user prefix flag.

IrcStandardDefinition ( IrcClient client ) : System

Initializes a new instance of the IrcStandardDefinition class and associates it with the given client.

IsAllowedChannel ( string channelName ) : bool

Checks if the given string can be used as a channelname in this standard.

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

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

Gets the FlagDefinition for the given flag if it is a user prefix flag.
public GetUserPrefixFlag ( char flag ) : FlagDefinition
flag char The flag character.
Результат FlagDefinition

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

Initializes a new instance of the IrcStandardDefinition class and associates it with the given client.
public IrcStandardDefinition ( IrcClient client ) : System
client IrcClient /// The , this StandardDefinition belongs to. ///
Результат System

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

Checks if the given string can be used as a channelname in this standard.
public IsAllowedChannel ( string channelName ) : bool
channelName string The name to test.
Результат bool