< Previous PageNext Page > Hide TOC

Deprecated NSNetServiceBrowser Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4

searchForAllDomains

Initiates a search for all domains that are visible to the host. (Deprecated in Mac OS X v10.4. This method has been deprecated. Use searchForBrowsableDomains or searchForRegistrationDomains instead.)

- (void)searchForAllDomains

Discussion

This method returns immediately, sending a netServiceBrowserWillSearch: message to the delegate if the network was ready to initiate the search. The delegate receives a subsequent netServiceBrowser:didFindDomain:moreComing: message for each domain discovered.

This method may find domains in which the localhost does not have registration authority.

Availability
See Also
Declared In
NSNetServices.h

< Previous PageNext Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.