C# 클래스 IrcCloneShark.GUIIrcConnection

Represents a graphical visualisation of an IrcConnection.
An instance of this class will automatically create windows for the different channels and querys from an IrcConnection.
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : void
GUIIrcConnection ( IrcCloneSharkExtension ext, IrcConnection baseCon ) : System

비공개 메소드들

메소드 설명
Channels_Joined ( Object sender, JoinedEventArgs e ) : void
Channels_Parted ( Object sender, PartedEventArgs e ) : void
Client_PrivateMessageReceived ( Object sender, PrivateMessageReceivedEventArgs e ) : void
DebugValue_FormClosed ( object sender, System e ) : void
QueryWindow_FormClosed ( object sender, System e ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

GUIIrcConnection() 공개 메소드

public GUIIrcConnection ( IrcCloneSharkExtension ext, IrcConnection baseCon ) : System
ext IrcCloneSharkExtension
baseCon IrcSharp.Extended.IrcConnection
리턴 System