Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在下载之前从 Skydrive 获取文件大小,以便应用程序可以根据文件大小决定是否下载。
谢谢!
Microsoft.Live.DynamicDictionary 拥有我想要的一切。字典有“大小”的键。
这里有全部 16 个键
就像 Sander 所说,获取文件的大小可能会因您的实施类型而异。对我来说,我使用 HttpClient 请求和响应。一旦我收到来自 skydrive 的响应,我就可以在下载之前读取文件内容中的字节数,并在开始下载之前将文件大小信息提供给用户。