func searchForBrowsableDomains ()
func searchForServices (ofType : String, inDomain : String)
Availability 有効性
Technology
func searchForRegistrationDomains()
This method returns immediately, sending a net
message to the delegate if the network was ready to initiate the search. The delegate receives a subsequent net
message for each domain discovered.
このメソッドは直ぐに復帰します、net
メッセージをメッセージを委任先に送っています、もしネットワークが検索に着手する準備ができたならば。委任先は続くnet
メッセージを発見された各サービスに対して受け取ります。
Most network service browser clients do not have to use this method—it is sufficient to publish a service with the empty string, which registers it in any available registration domains automatically. ほとんどのネットワークサービスクライアントは、このメソッドを使う必要はありません — それは、あるサービスを空の文字列で出版するのに十分です、それは、それをあらゆる利用可能な登録ドメインにおいて登録します。
func searchForBrowsableDomains ()
func searchForServices (ofType : String, inDomain : String)
func netServiceBrowserWillSearch (NetServiceBrowser)
func netServiceBrowser (NetServiceBrowser, didFindDomain : String, moreComing : Bool)