C# Class SimpleIRCLib.SimpleIRC

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

Méthodes publiques

Свойство Type Description
DebugCallBack Action
chatOutput string>.Action
downloadStatusChange System.Action
shouldClientStop bool

Méthodes publiques

Méthode Description
SimpleIRC ( ) : System
getDownloadProgress ( string whichdownloaddetail ) : object
isClientRunning ( ) : bool
sendMessage ( string message ) : bool
setCustomDownloadDir ( string downloaddir ) : void
setDebugCallback ( Action callback ) : void
setDownloadStatusChangeCallback ( System.Action callback ) : void
setupIrc ( string IP, int Port, string Username, string Password, string Channel, string>.Action chatoutput ) : void
startClient ( ) : void
stopClient ( ) : bool

Method Details

SimpleIRC() public méthode

public SimpleIRC ( ) : System
Résultat System

getDownloadProgress() public méthode

public getDownloadProgress ( string whichdownloaddetail ) : object
whichdownloaddetail string
Résultat object

isClientRunning() public méthode

public isClientRunning ( ) : bool
Résultat bool

sendMessage() public méthode

public sendMessage ( string message ) : bool
message string
Résultat bool

setCustomDownloadDir() public méthode

public setCustomDownloadDir ( string downloaddir ) : void
downloaddir string
Résultat void

setDebugCallback() public méthode

public setDebugCallback ( Action callback ) : void
callback Action
Résultat void

setDownloadStatusChangeCallback() public méthode

public setDownloadStatusChangeCallback ( System.Action callback ) : void
callback System.Action
Résultat void

setupIrc() public méthode

public setupIrc ( string IP, int Port, string Username, string Password, string Channel, string>.Action chatoutput ) : void
IP string
Port int
Username string
Password string
Channel string
chatoutput string>.Action
Résultat void

startClient() public méthode

public startClient ( ) : void
Résultat void

stopClient() public méthode

public stopClient ( ) : bool
Résultat bool

Property Details

DebugCallBack public_oe property

public Action DebugCallBack
Résultat Action

chatOutput public_oe property

public Action chatOutput
Résultat string>.Action

downloadStatusChange public_oe property

public Action,System downloadStatusChange
Résultat System.Action

shouldClientStop public_oe property

public bool shouldClientStop
Résultat bool