| IRequestContextResolveHostCached Method | 
Version 51.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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
 Syntax
SyntaxCefErrorCode ResolveHostCached(
	Uri origin,
	out IList<string> resolvedIpAddresses
)
CefErrorCode ResolveHostCached(
	Uri^ origin, 
	[OutAttribute] 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
See Also