http://developer.qiniu.com/docs/v6/api/reference/rs/fetch.html
POST /fetch/
Host: iovip.qbox.me
Content-Type: application/x-www-form-urlencoded
Authorization: QBox
如何调用?
http://developer.qiniu.com/docs/v6/api/reference/rs/fetch.html
POST /fetch/
Host: iovip.qbox.me
Content-Type: application/x-www-form-urlencoded
Authorization: QBox
如何调用?
看了下c# sdk暂时还未提供。不过提供了 prefetch 功能:
https://github.com/qiniu/csharp-sdk/blob/develop/Qiniu/PreFetch/PreFetchClient.cs
你可以参考prefetch文档:
http://developer.qiniu.com/docs/v6/api/reference/rs/prefetch.html
对比fetch文档:
http://developer.qiniu.com/docs/v6/api/reference/rs/fetch.html
来自己实现此功能。