Click or drag to resize

IResolveCallback.OnResolveCompleted Method

Version 87.1.132
Called after the ResolveHost request has completed.

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

Parameters

result
Type: CefSharp.CefErrorCode
The result code
resolvedIpAddresses
Type: System.Collections.Generic.IList<String>
will be the list of resolved IP addresses or empty if the resolution failed.
See Also