Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEndpoint.cs
1using Waher.Events;
2
4{
9 {
13 string Type
14 {
15 get;
16 }
17 }
18}
Interface for asynchronously disposable objects.
Interface for observable classes implementing communication protocols.
Interface for XMPP endpoints
Definition: IEndpoint.cs:9
string Type
Type of endpoint
Definition: IEndpoint.cs:14
Interface for recipients of stanzas.
Definition: IRecipient.cs:9
Interface for senders of stanzas.
Definition: ISender.cs:10