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