Click or drag to resize

CefRequestContextResolveHost Method

Attempts to resolve |origin| to a list of associated IP addresses. |callback| will be executed on the UI thread after completion.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ResolveHost(
	string origin,
	CefResolveCallback callback
)

Parameters

origin  String
 
callback  CefResolveCallback
 
See Also