C# Class IrcD.Server.Settings

Afficher le fichier Open project: FreeApophis/ircddotnet Class Usage Examples

Méthodes publiques

Méthode Description
LoadSettings ( ) : void
Settings ( ) : System

Private Methods

Méthode Description
GetBool ( string key, bool standard ) : bool
GetCaseMapping ( ) : IrcCaseMapping
GetInt ( string key, int standard ) : int
GetIrcMode ( ) : IrcMode
GetPorts ( ) : List
GetString ( string key, string standard ) : string
GetString ( string key, string specifier, string standard ) : string
LoadOper ( ) : void
LoadOperHosts ( ) : void
SetDaemon ( IrcDaemon ircDaemon ) : void

Method Details

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

Settings() public méthode

public Settings ( ) : System
Résultat System