Click or drag to resize

IRequestContextResolveHostAsync Method

Version 86.0.240
Attempts to resolve origin to a list of associated IP addresses.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
Task<ResolveCallbackResult> ResolveHostAsync(
	Uri origin
)

Parameters

origin
Type: SystemUri
host name to resolve

Return Value

Type: TaskResolveCallbackResult
A task that represents the Resoolve Host operation. The value of the TResult parameter contains ResolveCallbackResult.
See Also