SSLOptionsSetHostNameResolver Method |
Sets the method to be use to determine the host name from the host IP address
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public SSLOptions SetHostNameResolver(
Func<IPAddress, string> resolver
)
Parameters
- resolver
- Type: SystemFuncIPAddress, String
Return Value
Type:
SSLOptionsSee Also