Revision ebc37b0d trunk/Pithos.Network/AccountInfo.cs

b/trunk/Pithos.Network/AccountInfo.cs
49 49
        public string UserName { get; set; }
50 50
        public string Token { get; set; }
51 51
        public Uri StorageUri { get; set; }
52

  
53
        public Uri AccountKey
54
        {
55
            get{return new Uri(StorageUri,"../" + UserName);}
56
        }
52 57
        
53 58
        private string _accountPath;
54 59
        public string AccountPath

Also available in: Unified diff