C# Класс Yaircc.UI.IRCChannel

Represents an IRC channel accessible via an IRCTabPage.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Releases all resources used by the IRCChannel.

HandleMessage ( Message message ) : void

Do any channel level processing required for the message.

HandleReply ( Message message ) : void

Do any channel level processing required for the reply.

IRCChannel ( IRCMarshal marshal, Connection connection ) : System

Initialises a new instance of the IRCChannel class.

ToString ( ) : string

Returns a string that represents the current object.

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

Метод Описание
PopulateChannelNamesFromMessage ( Message message ) : void

Populate the user list from a names message.

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

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

Releases all resources used by the IRCChannel.
public Dispose ( ) : void
Результат void

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

Do any channel level processing required for the message.
public HandleMessage ( Message message ) : void
message Yaircc.Net.IRC.Message The message to process.
Результат void

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

Do any channel level processing required for the reply.
public HandleReply ( Message message ) : void
message Yaircc.Net.IRC.Message The reply message to process.
Результат void

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

Initialises a new instance of the IRCChannel class.
public IRCChannel ( IRCMarshal marshal, Connection connection ) : System
marshal IRCMarshal The network marshal for the channel.
connection Yaircc.Net.IRC.Connection The connection the channel operates on.
Результат System

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

Returns a string that represents the current object.
public ToString ( ) : string
Результат string