Click or drag to resize

IResolveCallbackOnResolveCompleted Method

Version 75.1.140
Called after the ResolveHost request has completed.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void OnResolveCompleted(
	CefErrorCode result,
	IList<string> resolvedIpAddresses
)

Parameters

result
Type: CefSharpCefErrorCode
The result code
resolvedIpAddresses
Type: System.Collections.GenericIListString
will be the list of resolved IP addresses or empty if the resolution failed.
See Also