mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
added back the server call home
This commit is contained in:
parent
93d273c133
commit
fc6f309178
11 changed files with 152 additions and 6 deletions
30
src/ARKServerManager/Config.Designer.cs
generated
30
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -3048,5 +3048,35 @@ namespace ServerManagerTool {
|
|||
this["LoggingMaxArchiveDays"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")]
|
||||
public string ServerCallUrlFormat {
|
||||
get {
|
||||
return ((string)(this["ServerCallUrlFormat"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("12")]
|
||||
public int ServerCallUrlDelay {
|
||||
get {
|
||||
return ((int)(this["ServerCallUrlDelay"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2000-01-01")]
|
||||
public global::System.DateTime ServerCallUrlLast {
|
||||
get {
|
||||
return ((global::System.DateTime)(this["ServerCallUrlLast"]));
|
||||
}
|
||||
set {
|
||||
this["ServerCallUrlLast"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue