Host name/port of database server.
Inheritance Hierarchy
Aerospike.ClientHost
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class Host
The Host type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Host(String, Int32) |
Initialize host.
|
![]() | Host(String, String, Int32) |
Initialize host.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Return if hosts are equal.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Return host address hash code.
(Overrides ObjectGetHashCode.) |
![]() ![]() | ParseHosts |
Parse hosts from string format: hostname1[:tlsname1][:port1],...
Hostname may also be an IP address in the following formats.
IPv6 addresses must be enclosed by brackets. tlsname and port are optional. |
![]() ![]() | ParseServiceHosts |
Parse server service hosts from string format: hostname1:port1,...
Hostname may also be an IP address in the following formats.
|
![]() | ToString |
Convert host name and port to string.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | name |
Host name or IP address of database server.
|
![]() | port |
Port of database server.
|
![]() | tlsName |
TLS certificate name used for secure connections.
The certificate must exist in your Trusted Root Certification repository.
See: Trusted Root Certification |
See Also