C# Class SimpleIRCLib.DCCClient

Afficher le fichier Open project: EldinZenderink/SimpleIRCLib Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
parseData ( ) : bool
updateStatus ( string statusin ) : void

Method Details

DCCClient() public méthode

public DCCClient ( SimpleIRC sirc, IrcConnect ircCon ) : System
sirc SimpleIRC
ircCon IrcConnect
Résultat System

Downloader() public méthode

public Downloader ( ) : void
Résultat void

abortDownloader() public méthode

public abortDownloader ( ) : void
Résultat void

startDownloader() public méthode

public startDownloader ( string dccString, string downloaddir, string bot, string pack ) : void
dccString string
downloaddir string
bot string
pack string
Résultat void