[This is preliminary documentation and is subject to change.]
The Updater type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| RunAtShutdown | Whether or not the update installer (UpdateInstaller.exe) should run at shutdown. | |
| UpdateCheckTimeout | Amount of time in milliseconds before the updater will consider the connection dead.
Default: 4000ms | |
| UpdateUri | Url to update fCraft from. Use "{0}" as a placeholder for CurrentRelease.Version.Revision | |
| UserAgent | User-agent value used for HTTP requests (heartbeat, updater, external IP check, etc).
Defaults to "fCraft" + VersionString of the current release. |