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
System;
2
using
System.Threading.Tasks;
3
4
namespace
Waher.Networking.XMPP.Server
5
{
9
public
interface
IEndpoint
: IDisposable,
ISender
,
IRecipient
,
ICommunicationLayer
10
{
14
string
Type
15
{
16
get
;
17
}
18
22
[Obsolete(
"Use DisposeAsync instead."
)]
23
new
void
Dispose
();
24
28
Task
DisposeAsync
();
29
}
30
}
Waher.Networking.ICommunicationLayer
Interface for observable classes implementing communication protocols.
Definition:
ICommunicationLayer.cs:13
Waher.Networking.XMPP.Server.IEndpoint
Interface for XMPP endpoints
Definition:
IEndpoint.cs:10
Waher.Networking.XMPP.Server.IEndpoint.DisposeAsync
Task DisposeAsync()
Disposes the connection
Waher.Networking.XMPP.Server.IEndpoint.Type
string Type
Type of endpoint
Definition:
IEndpoint.cs:15
Waher.Networking.XMPP.Server.IEndpoint.Dispose
new void Dispose()
Disposes the connection
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.Networking.XMPP.Server
Definition:
AccountRecipient.cs:5
Waher.Networking.XMPP.Server
IEndpoint.cs
Generated by
1.9.5