Added Polling interval property and setting
[pithos-ms-client] / trunk / Pithos.ShellExtensions.Test / TestPithosSettings.cs
index b7c1827..9f585e1 100644 (file)
@@ -16,6 +16,11 @@ namespace Pithos.ShellExtensions.Test
             set { throw new NotImplementedException(); }
         }
 
+        public string PithosSite
+        {
+            get { return @"http://www.google.com"; }
+        }
+
         public string IconsPath
         {
             get { return @"C:\Program Files\Common Files\TortoiseOverlays\icons\XPStyle\"; }
@@ -25,11 +30,14 @@ namespace Pithos.ShellExtensions.Test
         public string UserName { get; set; }
         public string ApiKey { get; set; }
         public AccountsCollection Accounts { get; set; }
+        public bool UseDefaultProxy { get; set; }
+        public bool UseManualProxy { get; set; }
+        public bool UseNoProxy { get; set; }
 
         public string ProxyServer { get; set; }
 
 
-        public string ProxyPort { get; set; }
+        public int ProxyPort { get; set; }
 
 
         public string ProxyUsername { get; set; }
@@ -41,6 +49,9 @@ namespace Pithos.ShellExtensions.Test
         public bool ProxyAuthentication { get; set; }
 
         public bool ExtensionsActivated { get; set; }
+
+        public int PollingInterval { get; set; }
+
         public void Save()
         {