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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnResolveCompleted(
	CefErrorCode result,
	string[] resolvedIps
)

Parameters

result
Type: Internal.Xilium.CefGlueCefErrorCode
resolvedIps
Type: SystemString
See Also