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

This listener allows you to listen for a who reply.
상속: IIrcObject
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

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

Initializes a new instance of the WhoListener class.

비공개 메소드들

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

Handles a received line from the server.

메소드 상세

WhoListener() 공개 메소드

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