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