C# Class 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.
Mostra file Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
Connect ( ) : void
GUIIrcConnection ( IrcCloneSharkExtension ext, IrcConnection baseCon ) : System

Private Methods

Method Description
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

Method Details

Connect() public method

public Connect ( ) : void
return void

GUIIrcConnection() public method

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