Platforms to show: All Mac Windows Linux Cross-Platform

Back to CFHostMBS class.

CFHostMBS.LookupAddress(address as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation Network MBS MacCF Plugin 5.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Starts the asyncron lookup process for the given address.

Address must be an IPv4 or IPv6 address.
Returns true on success or false on failure.

Some examples using this method:

CFHostMBS.LookupName(hostname as CFStringMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation Network MBS MacCF Plugin 5.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Starts an asyncron lookup process to find the IP addresses for the given domain name.

Returns true on success and false on failure.

Some examples using this method:

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...