码迷,mamicode.com
首页 > Web开发 > 详细

.net读取异步Post的内容

时间:2014-09-30 00:16:01      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:c#

//读取微信Post过来的XML内容
                byte[] input = HttpContext.Current.Request.BinaryRead(HttpContext.Current.Request.TotalBytes);
                string postData = Encoding.GetEncoding("utf-8").GetString(input);

.net读取异步Post的内容

标签:c#

原文地址:http://blog.csdn.net/wjbaiverson/article/details/39675459

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!