Click or drag to resize

SSLOptionsSetHostNameResolver Method

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

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SSLOptions SetHostNameResolver(
	Func<IPAddress, string> resolver
)

Parameters

resolver
Type: SystemFuncIPAddress, String

Return Value

Type: SSLOptions
See Also