Added named pipes comm between client and shell extensions
[pithos-ms-client] / trunk / Pithos.Interfaces / ICloudClient.cs
index c4cf04d..4729114 100644 (file)
@@ -16,6 +16,7 @@ namespace Pithos.Interfaces
         string Token { get; set; }
         bool UsePithos { get; set; }
         void Authenticate(string userName,string apiKey);
+        Uri Proxy { get; set; }
         
         IList<ContainerInfo> ListContainers();
         IList<ObjectInfo> ListObjects(string container);
@@ -44,6 +45,7 @@ namespace Pithos.Interfaces
         public string UserName { get; set; }
         public Uri StorageUrl { get; set; }
         public string Token { get; set; }
+        public Uri Proxy { get; set; }
 
         public bool UsePithos { get; set; }