Click or drag to resize

IRequestContext.ResolveHostAsync Method

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

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

Parameters

origin
Type: System.Uri
host name to resolve

Return Value

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