System.Net.Sockets.SocketException: 请求的名称有效并且是在数据库中找到,但是它没有相关的正确的数据。 ( 积分: 50 )

  • 主题发起人 主题发起人 HUANGPEIYAN
  • 开始时间 开始时间
H

HUANGPEIYAN

Unregistered / Unconfirmed
GUEST, unregistred user!
以下代码执行后报错,不知道如何解决?
IPHostEntry hostinfo = Dns.GetHostByAddress(this.TextBox1.Text);
this.Label1.Text = hostinfo.HostName;
 
以下代码执行后报错,不知道如何解决?
IPHostEntry hostinfo = Dns.GetHostByAddress(this.TextBox1.Text);
this.Label1.Text = hostinfo.HostName;
 

Similar threads

S
回复
0
查看
730
SUNSTONE的Delphi笔记
S
S
回复
0
查看
738
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
504
import
I
后退
顶部