Winform 使用HttpWebRequest 模拟发送json数据的记录
摘要:
HttpWebRequest req = HttpWebRequest.Create(serviceUrl) as HttpWebRequest; --serviceUrl 要访问的http地址 req.ContentLength = fparRequestJsonBytes.Length; 如果要 阅读全文
posted @ 2018-06-13 15:22 PingPo 阅读(693) 评论(0) 推荐(0) 编辑