C# Class SimpleIRCLib.DCCClient

Datei anzeigen Open project: EldinZenderink/SimpleIRCLib Class Usage Examples

Public Methods

Method Description
DCCClient ( SimpleIRC sirc, IrcConnect ircCon ) : System
Downloader ( ) : void
abortDownloader ( ) : void
startDownloader ( string dccString, string downloaddir, string bot, string pack ) : void

Private Methods

Method Description
parseData ( ) : bool
updateStatus ( string statusin ) : void

Method Details

DCCClient() public method

public DCCClient ( SimpleIRC sirc, IrcConnect ircCon ) : System
sirc SimpleIRC
ircCon IrcConnect
return System

Downloader() public method

public Downloader ( ) : void
return void

abortDownloader() public method

public abortDownloader ( ) : void
return void

startDownloader() public method

public startDownloader ( string dccString, string downloaddir, string bot, string pack ) : void
dccString string
downloaddir string
bot string
pack string
return void