Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSServiceBrowseMBS class.

DNSServiceBrowseMBS.Browse(InterfaceIndex as Integer, servicetype as string, domain as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS Network Plugin 5.0 ✅ Yes ✅ Yes ❌ No ✅ Yes All
Asynchronously create a DNS Service browser to search for matching services in the local network.

servicetype:
The type of service.

domain:
The domain in which to find the service.

Returns true if successfull.
The ServiceBrowse event may be called till this browse request is closed.

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

In a perfect application you use DNSServiceDomainEnumerationMBS class to enumerate which domains you should use.

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...