1using System.Collections.Generic;
9 private Dictionary<string, bool> names =
null;
12 private string[] serviceTokens =
null;
13 private string[] deviceTokens =
null;
14 private string[] userTokens =
null;
23 get => this.remoteJid;
24 set => this.remoteJid = value;
29 get => this.remoteDomain;
30 set => this.remoteDomain = value;
33 public string[] ServiceTokens
35 get => this.serviceTokens;
36 set => this.serviceTokens = value;
39 public string[] DeviceTokens
41 get => this.deviceTokens;
42 set => this.deviceTokens = value;
45 public string[] UserTokens
47 get => this.userTokens;
48 set => this.userTokens = value;
51 public Dictionary<string, bool> Names
54 set => this.names = value;
60 set => this.types = value;
Represents a case-insensitive string.
static readonly CaseInsensitiveString Empty
Empty case-insensitive string
FieldType
Field Type flags