Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
XmppS2SEndpointEventArgs.cs
1using System;
2
4{
8 public class XmppS2SEndpointEventArgs : EventArgs
9 {
10 private readonly XmppS2SEndpoint endpoint;
11
17 {
18 this.endpoint = Endpoint;
19 }
20
24 public XmppS2SEndpoint Endpoint => this.endpoint;
25 }
26}
Event arguments for events related to XMPP S2S endpoints.
XmppS2SEndpointEventArgs(XmppS2SEndpoint Endpoint)
Event arguments for events related to XMPP S2S endpoints.
Manages an XMPP server-to-server connection.