AppSessionClientUniqueID 属性 |
客户端唯一的标识,在NetPushServer及客户端类里有使用
The unique identifier of the client, used in the NetPushServer and client classes
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string ClientUniqueID { get; set; }
Public Property ClientUniqueID As String
Get
Set
public:
property String^ ClientUniqueID {
String^ get ();
void set (String^ value);
}
member ClientUniqueID : string with get, set
属性值
类型:
String参见