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