Instance Method インスタンスメソッド

netServiceDidResolveAddress:

Informs the delegate that the address for a given service was resolved. 与えられたサービスのアドレスが解決されたことを委任先に告知します。

Declaration 宣言

- (void)netServiceDidResolveAddress:(NSNetService *)sender;

Parameters パラメータ

sender

The service that was resolved. 解決されたサービス。

Discussion 議論

The delegate can use the addresses method to retrieve the service’s address. If the delegate needs only one address, it can stop the resolution process using stop. Otherwise, the resolution will continue until the timeout specified in resolveWithTimeout: is reached. 委任先は、addressesメソッドを使って、サービスのアドレスを取ってきます。委任先がただ1つのアドレスを必要とするならば、それは解決処理をstopを使って停止できます。そうでなければ、解決はresolveWithTimeout:において指定された時間切れが到達されるまで継続されるでしょう。

See Also 参照

Using Network Services ネットワークサービスを使う

Related Documentation 関連文書