netServiceBrowser(_:didFindDomain:moreComing:)
Tells the delegate the sender found a domain.
Declaration
optional func netServiceBrowser(_ browser: NetServiceBrowser, didFindDomain domainString: String, moreComing: Bool)Parameters
Discussion
The delegate uses this message to compile a list of available domains. It should wait until moreDomainsComing is false to do a bulk update of user interface elements.
See Also
Related Documentation
searchForBrowsableDomains()- Bonjour Overview
- NSNetServices and CFNetServices Programming Guide
searchForRegistrationDomains()