摘要:
发送数据流方法 /// /// PostBinaryData /// /// 要发送的 url 网址 /// 要发送的数据流 /// public string PostBinaryData(string url, byte[] bytes) { //下面是测试例子 //string url = "http://www.test.com/test.ashx"; //strin... 阅读全文
posted @ 2018-02-22 17:16
会弹猫的吉他
阅读(991)
评论(0)
推荐(0)