Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ParentConnectionEventArgs.cs
1using System;
2
4{
8 public class ParentConnectionEventArgs : EventArgs
9 {
14 : base()
15 {
16 }
17
21 public XmppClient Client { get; set; }
22 }
23}
Event arguments for events accessing parent XMPP client connections.
ParentConnectionEventArgs()
Event arguments for events accessing parent XMPP client connections.
XmppClient Client
Reference to XMPP client parent connection
Manages an XMPP client connection. Implements XMPP, as defined in https://tools.ietf....
Definition: XmppClient.cs:58