Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IS2sEndpoint.cs
1
using
System;
2
using
Waher.Persistence
;
3
4
namespace
Waher.Networking.XMPP.Server
5
{
9
public
interface
IS2SEndpoint
:
IEndpoint
10
{
14
CaseInsensitiveString
LocalDomain
15
{
16
get
;
17
}
18
22
CaseInsensitiveString
RemoteDomain
23
{
24
get
;
25
}
26
30
DateTime
Connected
31
{
32
get
;
33
}
34
}
35
}
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:10
Waher.Networking.XMPP.Server.IEndpoint
Interface for XMPP endpoints
Definition:
IEndpoint.cs:10
Waher.Networking.XMPP.Server.IS2SEndpoint
Interface for XMPP S2S endpoints
Definition:
IS2sEndpoint.cs:10
Waher.Networking.XMPP.Server.IS2SEndpoint.Connected
DateTime Connected
When endpoint connected.
Definition:
IS2sEndpoint.cs:31
Waher.Networking.XMPP.Server.IS2SEndpoint.LocalDomain
CaseInsensitiveString LocalDomain
Local domain name.
Definition:
IS2sEndpoint.cs:15
Waher.Networking.XMPP.Server.IS2SEndpoint.RemoteDomain
CaseInsensitiveString RemoteDomain
Connection to domain.
Definition:
IS2sEndpoint.cs:23
Waher.Networking.XMPP.Server
Definition:
AccountRecipient.cs:5
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Networking.XMPP.Server
IS2sEndpoint.cs
Generated by
1.9.5