Fixes for v.0.7.20401
[pithos-ms-client] / trunk / Pithos.Network / AccountInfo.cs
index 2f40246..63195f4 100644 (file)
@@ -49,6 +49,11 @@ namespace Pithos.Network
         public string UserName { get; set; }
         public string Token { get; set; }
         public Uri StorageUri { get; set; }
+
+        public Uri AccountKey
+        {
+            get{return new Uri(StorageUri,"../" + UserName);}
+        }
         
         private string _accountPath;
         public string AccountPath