isResolvableEx 函数

确定给定主机字符串是否可以解析为 IP 地址。

parameters

host

包含提供给 FindProxyForUrl 的 HTTP 主机的字符串。

返回值

如果主机可解析为 IPv4 或 IPv6 地址,则为 TRUE;否则为 FALSE。

示例

isResolvableEx(host);
    true if the hostname can be resolved to and IP address 
isResolvableEx(host); 
    false if the hostname cannot be resolved to an IP address 

另请参阅

IPv6 感知代理帮助程序 API 定义

导航器自动配置文件格式的 IPv6 扩展