SSLOptionsSetHostNameResolver Method |
Sets the method to be use to determine the host name from the host IP address
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic SSLOptions SetHostNameResolver(
Func<IPAddress, string> resolver
)
Parameters
- resolver
- Type: SystemFuncIPAddress, String
Return Value
Type:
SSLOptions
See Also