Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEndpoint.cs
1
using
Waher.Events
;
2
3
namespace
Waher.Networking.XMPP.Server
4
{
8
public
interface
IEndpoint
:
IDisposableAsync
,
ISender
,
IRecipient
,
ICommunicationLayer
9
{
13
string
Type
14
{
15
get
;
16
}
17
}
18
}
Waher.Events.IDisposableAsync
Interface for asynchronously disposable objects.
Definition:
IDisposableAsync.cs:10
Waher.Networking.ICommunicationLayer
Interface for observable classes implementing communication protocols.
Definition:
ICommunicationLayer.cs:12
Waher.Networking.XMPP.Server.IEndpoint
Interface for XMPP endpoints
Definition:
IEndpoint.cs:9
Waher.Networking.XMPP.Server.IEndpoint.Type
string Type
Type of endpoint
Definition:
IEndpoint.cs:14
Waher.Networking.XMPP.Server.IRecipient
Interface for recipients of stanzas.
Definition:
IRecipient.cs:9
Waher.Networking.XMPP.Server.ISender
Interface for senders of stanzas.
Definition:
ISender.cs:10
Waher.Events
Definition:
ConsoleEventSink.cs:8
Waher.Networking.XMPP.Server
Definition:
AccountRecipient.cs:5
Waher.Networking.XMPP.Server
IEndpoint.cs
Generated by
1.9.5