[This is preliminary documentation and is subject to change.]

The Updater type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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).

See Also