SSLOptionsHostNameResolver Property |
Gets the method to be use to determine the host name from the IP address
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Func<IPAddress, string> HostNameResolver { get; }
Property Value
Type:
FuncIPAddress,
StringSee Also