searchForAllDomains

Initiates a search for all domains that are visible to the host. ホストに見ることが出来る全てのドメインに対する検索に着手します。

Declaration 宣言

- (void)searchForAllDomains

Overview 概要

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. このメソッドは直ぐに復帰します、netServiceBrowserWillSearch:メッセージをメッセージを委任先に送っています、もしネットワークが検索に着手する準備ができたならば。委任先は続くnetServiceBrowser:didFindDomain:moreComing:メッセージを発見された各サービスに対して受け取ります。

This method may find domains in which the localhost does not have registration authority. このメソッドは、それの中ではローカルホストが登録権限を持たないドメイン(領域)を発見するかもしれません。

See Also 参照

Using Network Service Browsers ネットワークサービスブラウザを使う

Related Documentation 関連文書