Click or drag to resize

ClientNetworkConfigGetAddresses Method

Returns the list of candidate addresses that client will use to establish initial connection

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public virtual IList<string> GetAddresses()

Return Value

Type: IListString
list of addresses
See Also