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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ResolveHost(
	string origin,
	CefResolveCallback callback
)

Parameters

origin
Type: SystemString
callback
Type: Internal.Xilium.CefGlueCefResolveCallback
See Also