Click or drag to resize
ResolveCallbackResult Constructor
Version 63.0.0
Initializes a new instance of the ResolveCallbackResult class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public ResolveCallbackResult(
	CefErrorCode result,
	IList<string> resolvedIpAddresses
)

Parameters

result
Type: CefSharpCefErrorCode

[Missing <param name="result"/> documentation for "M:CefSharp.ResolveCallbackResult.#ctor(CefSharp.CefErrorCode,System.Collections.Generic.IList{System.String})"]

resolvedIpAddresses
Type: System.Collections.GenericIListString

[Missing <param name="resolvedIpAddresses"/> documentation for "M:CefSharp.ResolveCallbackResult.#ctor(CefSharp.CefErrorCode,System.Collections.Generic.IList{System.String})"]

See Also