C# Класс IrcShark.Chatting.Irc.Listener.LinksListener

This listener allows you to listen for a link reply.
The reply will be captured to the end, and you will be informed when the end is reached.
Наследование: IIrcObject
Показать файл Открыть проект

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

Метод Описание
LinksListener ( IrcClient client ) : System

Initializes a new instance of the LinksListener class.

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

Метод Описание
HandleLine ( object sender, LineReceivedEventArgs e ) : void

Handles a received line from the server.

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

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

Initializes a new instance of the LinksListener class.
public LinksListener ( IrcClient client ) : System
client IrcClient The client to listen on.
Результат System