ResolveCallbackResultResolvedIpAddresses Property |
Version 55.0.0
List of resolved IP addresses or empty if the resolution failed.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public IList<string> ResolvedIpAddresses { get; }
public:
property IList<String^>^ ResolvedIpAddresses {
IList<String^>^ get ();
}
Property Value
Type:
IListStringSee Also