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