Changed proxy settings to request update if the proxy requires authentication
[pithos-ms-client] / trunk / Pithos.ShellExtensions / TestPithosSettings.cs
index 8f589ac..b621d84 100644 (file)
@@ -46,6 +46,8 @@ namespace Pithos.ShellExtensions.Test
 
         public string ProxyPassword { get; set; }
 
+        public string ProxyDomain { get; set; }
+
         public bool ExtensionsActivated { get; set; }
 
         public int PollingInterval { get; set; }