.net读取异步Post的内容

//读取微信Post过来的XML内容
                byte[] input = HttpContext.Current.Request.BinaryRead(HttpContext.Current.Request.TotalBytes);
                string postData = Encoding.GetEncoding("utf-8").GetString(input);
posted @ 2016-01-20 17:18  mengfanrong  阅读(347)  评论(0编辑  收藏  举报