使用System.Net.WebClient.OpenRead(Uri地址)发送短信时出现问题 [英] Problem occurring while sending sms with System.Net.WebClient.OpenRead(Uri address)

查看:97
本文介绍了使用System.Net.WebClient.OpenRead(Uri地址)发送短信时出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

System.Net.WebException:无法解析远程名称:'testurl.org?type = 1'

在System.Net.WebClient.OpenRead(Uri地址)

System.Net.WebException: The remote name could not be resolved: 'testurl.org?type=1'
at System.Net.WebClient.OpenRead(Uri address)

推荐答案

错误告诉您问题所在。它无法解析名称。您需要使用有效的网址。
The error is telling you the problem. It cannot resolve the name. You need to use a valid url.


这篇关于使用System.Net.WebClient.OpenRead(Uri地址)发送短信时出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆