CefResolveCallbackOnResolveCompleted Method |
Called after the ResolveHost request has completed. |result| will be the
result code. |resolved_ips| will be the list of resolved IP addresses or
empty if the resolution failed.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnResolveCompleted(
CefErrorCode result,
string[] resolvedIps
)
Parameters
- result CefErrorCode
-
- resolvedIps String
-
See Also