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