This sample demonstrates how to use CFNetServices to access Bonjour services on Mac OS X. NSNetServices is an Objective-C wrapper for CFNetServices.
This sample demonstrates how to use CFNetServices to take advantage of Bonjour service discovery and name resolution on Mac OS X.
If you're writing a Cocoa (Objective-C) based application, you should use NSNetServices which is an Objective-C wrapper around CFNetServices.
Comments