RequestContextResolveHostAsync Method |
Version 88.2.90
Attempts to resolve origin to a list of associated IP addresses.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 88.2.90.0
Syntax public Task<ResolveCallbackResult> ResolveHostAsync(
Uri origin
)
public:
virtual Task<ResolveCallbackResult>^ ResolveHostAsync(
Uri^ origin
) sealed
Parameters
- origin
- Type: SystemUri
host name to resolve
Return Value
Type:
TaskResolveCallbackResultA task that represents the Resoolve Host operation. The value of the TResult parameter contains ResolveCallbackResult.
Implements
IRequestContextResolveHostAsync(Uri)See Also