Revision 79736291 trunk/Pithos.Interfaces/ICloudClient.cs

b/trunk/Pithos.Interfaces/ICloudClient.cs
19 19
        Uri Proxy { get; set; }
20 20
        double DownloadPercentLimit { get; set; }
21 21
        double UploadPercentLimit { get; set; }
22
        string AuthenticationUrl { get; set; }
23

  
22 24

  
23
        
24 25
        IList<ContainerInfo> ListContainers();
25 26
        IList<ObjectInfo> ListObjects(string container);
26 27
        IList<ObjectInfo> ListObjects(string container, string folder); 
......
52 53
        public double DownloadPercentLimit { get; set; }
53 54
        public double UploadPercentLimit { get; set; }
54 55

  
56
        public string AuthenticationUrl { get; set; }
57

  
55 58
        public bool UsePithos { get; set; }
56 59

  
57 60
        public void Authenticate(string userName, string apiKey)

Also available in: Unified diff