点击或拖拽改变大小

NetworkBaseGetIpAddressHostName 方法

通过主机名或是IP地址信息,获取到真实的IP地址信息
Obtain the real IP address information through the host name or IP address information

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:10.4.3.0 (10.4.3.0)
语法
public static string GetIpAddressHostName(
	string hostName
)

参数

hostName
类型:SystemString
主机名或是IP地址

返回值

类型:String
IP地址信息
参见