Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnResolveCompleted(
	CefErrorCode result,
	string[] resolvedIps
)

Parameters

result  CefErrorCode
 
resolvedIps  String
 
See Also