Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClusterEndpointEventArgs.cs
1
using
System;
2
using
System.Net;
3
4
namespace
Waher.Networking.Cluster
5
{
9
public
class
ClusterEndpointEventArgs
: EventArgs
10
{
11
private
readonly IPEndPoint endpoint;
12
17
public
ClusterEndpointEventArgs
(IPEndPoint
Endpoint
)
18
: base()
19
{
20
this.endpoint =
Endpoint
;
21
}
22
26
public
IPEndPoint
Endpoint
=> this.endpoint;
27
}
28
}
Waher.Networking.Cluster.ClusterEndpointEventArgs
Event arguments for cluster endpoint events.
Definition:
ClusterEndpointEventArgs.cs:10
Waher.Networking.Cluster.ClusterEndpointEventArgs.ClusterEndpointEventArgs
ClusterEndpointEventArgs(IPEndPoint Endpoint)
Event arguments for cluster endpoint events.
Definition:
ClusterEndpointEventArgs.cs:17
Waher.Networking.Cluster.ClusterEndpointEventArgs.Endpoint
IPEndPoint Endpoint
Identity of cluster endpoiunt.
Definition:
ClusterEndpointEventArgs.cs:26
Waher.Networking.Cluster
Definition:
Program.cs:9
IoTGateway
Networking
Waher.Networking.Cluster
ClusterEndpointEventArgs.cs
Generated by
1.9.5