Parse server service hosts from string format: hostname1:port1,...
Hostname may also be an IP address in the following formats.
- IPv4: xxx.xxx.xxx.xxx
- IPv6: [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]
- IPv6: [xxxx::xxxx]
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static List<Host> ParseServiceHosts( string str )
Parameters
- str
- Type: SystemString
Return Value
Type: ListHostSee Also