Click or drag to resize

IResolveCallbackOnResolveCompleted Method

Version 130.1.90
Called after the ResolveHost request has completed.

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

Parameters

result  CefErrorCode
The result code
resolvedIpAddresses  IListString
will be the list of resolved IP addresses or empty if the resolution failed.
See Also