我正在尝试构建一个Windows Phone项目,我将一些代码移植到另一个项目中。
我唯一的错误是在线
ipEndPoint = new IPEndPoint(Dns.GetHostEntry(address).AddressList[0], port);
"the name 'Dns' does not exist in the current context"
这种类型在Windows Phone中是否可用?
根据MSDN页面,我可以看到Dns存在于System.Net中,但我无法在System.Net命名空间内的项目中看到Dns。
答案 0 :(得分:1)
不,不是。表格的第一列显示了该成员的可用位置。以下图像来自String类。在那里你看到这个构造函数可用于