mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-21 07:56:03 +01:00
9fa8740cb9
Removed last bits of code relating to "Bypass proxy server for local addresses" option. New proxy settings are sent from XenCenter to health check service and used to configure the proxy using GetProxyFromSettings(). Health check service now correctly saves its proxy settings and updates the static Proxy property for the Session class; done in new ReconfigureConnectionSettings(). Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
40 lines
2.0 KiB
XML
40 lines
2.0 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="XenServerHealthCheck.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="UUID" Roaming="true" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="HttpTimeout" Roaming="true" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">40000</Value>
|
|
</Setting>
|
|
<Setting Name="ServerList" Roaming="true" Type="System.String[]" Scope="User">
|
|
<Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
|
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" /></Value>
|
|
</Setting>
|
|
<Setting Name="ProxySetting" Roaming="true" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="ProxyAddress" Roaming="true" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="BypassProxyForServers" Roaming="true" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="ProxyPort" Roaming="true" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">80</Value>
|
|
</Setting>
|
|
<Setting Name="ConnectionTimeout" Roaming="true" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">20000</Value>
|
|
</Setting>
|
|
<Setting Name="ProvideProxyAuthentication" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="ProxyUsername" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="ProxyPassword" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |