Public Member Functions | |
| Manager () | |
| Initializes an instance of this object. | |
| Manager (string[] args) | |
| Initializes an instance of this object. | |
| string | Start () |
| Starts the Simias process running. | |
| bool | Stop () |
| Shuts down the simias web service process. | |
Properties | |
| string | ApplicationPath [get, set] |
| Getter/Setter for the Simias application path. | |
| string | DataPath [get, set] |
| Getter/Setter for the Simias data path. | |
| string | Port [get, set] |
| Getter/Setter for the web service port or range. Null indicates to to use a dynamic port. | |
| bool | IsServer [get, set] |
| Getter/Setter for running in a client or server configuration. | |
| bool | ShowConsole [get, set] |
| Getter/Setter for creating a console window when launching Simias. | |
| bool | Verbose [get, set] |
| Getter/Setter to turn on extra debug messages. | |
| Uri | WebServiceUri [get] |
| Gets the web service URI. | |
| Simias::Client::Manager::Manager | ( | ) | [inline] |
Initializes an instance of this object.
| Simias::Client::Manager::Manager | ( | string[] | args | ) | [inline] |
| string Simias::Client::Manager::Start | ( | ) | [inline] |
Starts the Simias process running.
| bool Simias::Client::Manager::Stop | ( | ) | [inline] |
Shuts down the simias web service process.
string Simias::Client::Manager::ApplicationPath [get, set] |
Getter/Setter for the Simias application path.
string Simias::Client::Manager::DataPath [get, set] |
Getter/Setter for the Simias data path.
string Simias::Client::Manager::Port [get, set] |
Getter/Setter for the web service port or range. Null indicates to to use a dynamic port.
bool Simias::Client::Manager::IsServer [get, set] |
Getter/Setter for running in a client or server configuration.
bool Simias::Client::Manager::ShowConsole [get, set] |
Getter/Setter for creating a console window when launching Simias.
bool Simias::Client::Manager::Verbose [get, set] |
Getter/Setter to turn on extra debug messages.
Uri Simias::Client::Manager::WebServiceUri [get] |
Gets the web service URI.
1.5.6