【发布时间】:2015-06-03 07:39:56
【问题描述】:
当我尝试使用
获取请求客户端机器名称时System.Net.Dns.GetHostEntry(
Request.ServerVariables("remote_addr")
).HostName.Split(New [Char]() {"."c}) ,
然后它给了我以下错误
System.Net.Sockets.SocketException: No such host is known
谁能帮帮我。
【问题讨论】: