2017年9月13日

Web API 输出文件缓存

摘要: var httpMsg = new HttpResponseMessage(HttpStatusCode.OK) { Content = new ByteArrayContent(fileData) }; httpMsg.Content.Headers.ContentT... 阅读全文

posted @ 2017-09-13 08:36 木龙哥 阅读(222) 评论(0) 推荐(0) 编辑

导航