Click or drag to resize

CefRequestContextResolveHostCached Method

Attempts to resolve |origin| to a list of associated IP addresses using cached data. |resolved_ips| will be populated with the list of resolved IP addresses or empty if no cached data is available. Returns ERR_NONE on success. This method must be called on the browser process IO thread.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefErrorCode ResolveHostCached(
	string origin,
	out string[] resolvedIps
)

Parameters

origin
Type: SystemString
resolvedIps
Type: SystemString

Return Value

Type: CefErrorCode
See Also