Click or drag to resize
RequestContextResolveHostCached Method
Version 63.0.0

[Missing <summary> documentation for "M:CefSharp.RequestContext.ResolveHostCached(System.Uri,System.Collections.Generic.IList{System.String}@)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax
public virtual CefErrorCode ResolveHostCached(
	Uri origin,
	out IList<string> resolvedIpAddresses
)

Parameters

origin
Type: SystemUri

[Missing <param name="origin"/> documentation for "M:CefSharp.RequestContext.ResolveHostCached(System.Uri,System.Collections.Generic.IList{System.String}@)"]

resolvedIpAddresses
Type: System.Collections.GenericIListString

[Missing <param name="resolvedIpAddresses"/> documentation for "M:CefSharp.RequestContext.ResolveHostCached(System.Uri,System.Collections.Generic.IList{System.String}@)"]

Return Value

Type: CefErrorCode

[Missing <returns> documentation for "M:CefSharp.RequestContext.ResolveHostCached(System.Uri,System.Collections.Generic.IList{System.String}@)"]

Implements

IRequestContextResolveHostCached(Uri, IListString)
See Also