C# 클래스 IrcShark.Chatting.Irc.Listener.InfoListener

The InfoListener reads a complete info block from an IrcClient.
상속: IIrcObject
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
InfoListener ( IrcClient client ) : System

Initializes a new instance of the InfoListener class.

비공개 메소드들

메소드 설명
HandleLine ( object sender, LineReceivedEventArgs e ) : void

Handles a received line from the server.

메소드 상세

InfoListener() 공개 메소드

Initializes a new instance of the InfoListener class.
public InfoListener ( IrcClient client ) : System
client IrcClient The client to listen on.
리턴 System