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