2using System.Collections.Generic;
11 private readonly Dictionary<string, bool> features;
12 private readonly
Identity[] identities;
25 get => this.identities;
43 return this.features.ContainsKey(Feature);
Contains information about an identity of an entity.
Service discovery result.
Identity[] Identities
Identities
bool HasFeature(string Feature)
Checks if the remote entity supports a specific feature.
Dictionary< string, bool > Features
Features