获取当前的远程服务器的地址,可能是ip,也可能是网址。
Get the address of the current remote server, which may be an IP address or a web address.
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string Host { get; }
Public ReadOnly Property Host As String
Get
public:
property String^ Host {
String^ get ();
}
member Host : string with get
属性值
类型:
String参见