  | 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.9.4
Syntaxpublic virtual IList<string> GetAddresses()
Public Overridable Function GetAddresses As IList(Of String)
public:
virtual IList<String^>^ GetAddresses()
abstract GetAddresses : unit -> IList<string> 
override GetAddresses : unit -> IList<string> 
Return Value
Type: 
IListStringlist of addresses
See Also