represents a settings class. User for setup the server.
More...
|
static void | Save (Settings settings, string fileName) |
| Saves the settings.
|
|
static Settings | Load (string fileName) |
| Loads the settings.
|
|
|
string | Localhost = "127.0.0.1" [get, set] |
| IP address of localhost. Use for local controllers.
|
|
string | SQLConnectionString = " " [get, set] |
| String of sql connection.
|
|
int | Port = 1200 [get, set] |
| Port of server. You have to enable it on firewall.
|
|
string | FileServerRoot = " " [get, set] |
| Root of file server. x4Tace will save uploaded files here. When you make a backup of x4Trace, you have to copy this folder.
|
|
represents a settings class. User for setup the server.
◆ Load()
static Settings Ix4Trace.Server.Engine.Settings.Load |
( |
string | fileName | ) |
|
|
static |
Loads the settings.
- Parameters
-
- Returns
- Settings.
◆ Save()
static void Ix4Trace.Server.Engine.Settings.Save |
( |
Settings | settings, |
|
|
string | fileName ) |
|
static |
Saves the settings.
- Parameters
-
The documentation for this class was generated from the following file:
- Z:/x4t/src/Ix4Tarce.Server.Engine/Ix4Tarce.Server.Engine/Settings.cs