C# 클래스 IrcD.Server.Settings

파일 보기 프로젝트 열기: FreeApophis/ircddotnet 1 사용 예제들

공개 메소드들

메소드 설명
LoadSettings ( ) : void
Settings ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

Settings() 공개 메소드

public Settings ( ) : System
리턴 System