Click or drag to resize

SSLOptionsHostNameResolver Property

Gets the method to be use to determine the host name from the IP address

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Func<IPAddress, string> HostNameResolver { get; }

Property Value

Type: FuncIPAddress, String
See Also