RequestContextResolveHostAsync Method |
Version 55.0.0
Attempts to resolve origin to a list of associated IP addresses.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual Task<ResolveCallbackResult> ResolveHostAsync(
Uri origin
)
public:
virtual Task<ResolveCallbackResult>^ ResolveHostAsync(
Uri^ origin
)
Parameters
- origin
- Type: SystemUri
host name to resolve
Return Value
Type:
TaskResolveCallbackResult[Missing <returns> documentation for "M:CefSharp.RequestContext.ResolveHostAsync(System.Uri)"]
Implements
IRequestContextResolveHostAsync(Uri)See Also