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
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
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