NetworkAlienClientUseRegistrationPackage 属性 |
是否启用注册包的功能,如果不启用,就不会进行注册包的验证,有连接上来就自动覆盖本地的会话信息,不是很安全
Whether to enable the registration package function. If not enabled, the registration package verification will not be performed,
and the local session information will be automatically overwritten when a connection is made, which is not very secure
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public bool UseRegistrationPackage { get; set; }
Public Property UseRegistrationPackage As Boolean
Get
Set
public:
property bool UseRegistrationPackage {
bool get ();
void set (bool value);
}
member UseRegistrationPackage : bool with get, set
属性值
类型:
Boolean
参见