Windows Phone上有System.Dns吗?

时间:2013-11-19 10:00:37

标签: c# windows-phone-8 windows-phone

我正在尝试构建一个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。

1 个答案:

答案 0 :(得分:1)

不,不是。表格的第一列显示了该成员的可用位置。以下图像来自String类。在那里你看到这个构造函数可用于

  • XNA Framework
  • 便携式班级图书馆
  • Windows应用商店应用

Availability of Member