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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefErrorCode ResolveHostCached(
string origin,
out string[] resolvedIps
)
Parameters
- origin String
-
- resolvedIps String
-
Return Value
CefErrorCode
See Also