Interface IPeer
Represents a peer in network communication.
Namespace: DotNext.Net
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface IPeer
Properties
| Edit this page View SourceEndPoint
The address of the peer.
Declaration
EndPoint EndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint |