Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSServiceResolveMBS class.

DNSServiceResolveMBS.Resolve(InterfaceIndex as Integer, servicename as string, servicetype as string, domain as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS Network Plugin 10.1 ✅ Yes ✅ Yes ❌ No ✅ Yes All
Resolves a named instance of a service to its address, port, and (optionally) a text description.

You need to keep this object alive (keep a reference in a window, a module or your app class) so you can receive events.

If you call this method in response to a browse call, please pass the domain string you got in the ServiceBrowse event and do not replace it with something else.
For interface indexes, please also check NetworkInterfaceMBS class.

Returns false on any error and true on success. Please check lasterror property when false is returned.

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


The biggest plugin in space...