Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IdReferencesEventArgs.cs
2
4{
9 {
10 private readonly string[] references;
11
18 : base(e)
19 {
20 this.references = References;
21 }
22
26 public string[] References => this.references;
27 }
28}
IdReferencesEventArgs(IqResultEventArgs e, string[] References)
Event arguments for ID References responses
Event arguments for responses to IQ queries.