Enable roaming for proxy authentication settings

Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
This commit is contained in:
Frederico Mazzone 2017-01-19 14:39:01 +00:00
parent 76fd266913
commit 72b2429084
2 changed files with 10 additions and 5 deletions

View File

@ -699,6 +699,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public bool ProvideProxyAuthentication {
get {
return ((bool)(this["ProvideProxyAuthentication"]));
@ -711,6 +712,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public string ProxyUsername {
get {
return ((string)(this["ProxyUsername"]));
@ -723,6 +725,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public string ProxyPassword {
get {
return ((string)(this["ProxyPassword"]));
@ -735,6 +738,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public bool BypassProxyForServers {
get {
return ((bool)(this["BypassProxyForServers"]));
@ -747,6 +751,7 @@ namespace XenAdmin.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public int ProxyAuthenticationMethod {
get {
return ((int)(this["ProxyAuthenticationMethod"]));

View File

@ -161,19 +161,19 @@
<Setting Name="ShowAboutDialog" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ProvideProxyAuthentication" Type="System.Boolean" Scope="User">
<Setting Name="ProvideProxyAuthentication" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ProxyUsername" Type="System.String" Scope="User">
<Setting Name="ProxyUsername" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ProxyPassword" Type="System.String" Scope="User">
<Setting Name="ProxyPassword" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="BypassProxyForServers" Type="System.Boolean" Scope="User">
<Setting Name="BypassProxyForServers" Roaming="true" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ProxyAuthenticationMethod" Type="System.Int32" Scope="User">
<Setting Name="ProxyAuthenticationMethod" Roaming="true" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="DoNotConfirmDismissAlerts" Roaming="true" Type="System.Boolean" Scope="User">