ResolveCallbackResultResolvedIpAddresses Property  | 
Version 108.4.130 
            List of resolved IP addresses or empty if the resolution failed.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic IList<string> ResolvedIpAddresses { get; }public:
property IList<String^>^ ResolvedIpAddresses {
	IList<String^>^ get ();
}Property Value
Type: 
IListString
See Also