| CommunicationTcpServerEnableIPv6 属性  | 
 
            获取或设置服务器是否支持IPv6的地址协议信息
            Get or set whether the server supports IPv6 address protocol information
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public bool EnableIPv6 { get; set; }Public Property EnableIPv6 As Boolean
	Get
	Set
public:
property bool EnableIPv6 {
	bool get ();
	void set (bool value);
}member EnableIPv6 : bool with get, set
属性值
类型:
Boolean 备注
备注
            默认为 False,也就是不启动
            
 参见
参见