Class ServerSettingsInfo
Static settings for the server.
public static class ServerSettingsInfo
- Inheritance
-
ServerSettingsInfo
- Inherited Members
Fields
DebuggerHookFilePath
The debugger hook file path. If this file is present, both the release and debug builds will spin right after Windows service start up allowing debugger attachment. Attach the debugger, rename or delete the file to let CheckmateServer run.
public const string DebuggerHookFilePath = "C:\\DebugHelper\\CheckmateServerDebug.txt"
Field Value
DefaultServiceName
DataManager service name defined at single location.
public const string DefaultServiceName = "CheckmateService"
Field Value
Methods
GetConfigFilesDirectory()
Gets the config files directory.
public static string GetConfigFilesDirectory()
Returns
- string
The config files directory.