Click or drag to resize

IRequestContextResolveHostCached Method

Version 71.0.0
Attempts to resolve origin to a list of associated IP addresses using cached data. This method must be called on the CEF IO thread. Use Cef.IOThreadTaskFactory to execute on that thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
CefErrorCode ResolveHostCached(
	Uri origin,
	out IList<string> resolvedIpAddresses
)

Parameters

origin
Type: SystemUri
host name to resolve
resolvedIpAddresses
Type: System.Collections.GenericIListString
list of resolved IP addresses or empty list if no cached data is available.

Return Value

Type: CefErrorCode
Returns None on success
See Also