X-Git-Url: https://code.grnet.gr/git/pithos-ms-client/blobdiff_plain/f734ab5bdcafa09e64c6f0f67d696e6eae959910..db8a958958aa4d86790f2a9f69c14caec5f84d6a:/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs diff --git a/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs index df2bd9e..cec2bff 100644 --- a/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs +++ b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs @@ -97,7 +97,7 @@ namespace Pithos.Client.WPF.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool ProxyAuthentication { get { return ((bool)(this["ProxyAuthentication"])); @@ -214,7 +214,7 @@ namespace Pithos.Client.WPF.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")] + [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/login")] public string PithosLoginUrl { get { return ((string)(this["PithosLoginUrl"])); @@ -223,7 +223,7 @@ namespace Pithos.Client.WPF.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/tools/feedback")] + [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")] public string FeedbackUri { get { return ((string)(this["FeedbackUri"])); @@ -244,7 +244,7 @@ namespace Pithos.Client.WPF.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://plus.pithos.grnet.gr")] + [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")] public string ProductionServer { get { return ((string)(this["ProductionServer"])); @@ -253,7 +253,7 @@ namespace Pithos.Client.WPF.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")] + [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")] public string DevelopmentServer { get { return ((string)(this["DevelopmentServer"])); @@ -270,5 +270,53 @@ namespace Pithos.Client.WPF.Properties { this["Accounts"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("10")] + public int PollingInterval { + get { + return ((int)(this["PollingInterval"])); + } + set { + this["PollingInterval"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string ProxyDomain { + get { + return ((string)(this["ProxyDomain"])); + } + set { + this["ProxyDomain"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public byte HashingParallelism { + get { + return ((byte)(this["HashingParallelism"])); + } + set { + this["HashingParallelism"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")] + public global::System.TimeSpan StartupDelay { + get { + return ((global::System.TimeSpan)(this["StartupDelay"])); + } + set { + this["StartupDelay"] = value; + } + } } }