Addresses Property
Addresses
Gets or sets the list of initial addresses.
Declaration
public IList<string> Addresses { get; }
Property Value
IList<String> |
Remarks
The client uses this list to find a running member and connect to it. This initial member will then send the list of other members to the client.
Each address must be a valid IPv4 or IPv6 address.