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

netServiceDidResolveAddress(_:)

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

Declaration 宣言

optional func netServiceDidResolveAddress(_ sender: NetService)

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 resolve(withTimeout:) is reached. 委任先は、addressesメソッドを使って、サービスのアドレスを取ってきます。委任先がただ1つのアドレスを必要とするならば、それは解決処理をstop()を使って停止できます。そうでなければ、解決はresolve(withTimeout:)において指定された時間切れが到達されるまで継続されるでしょう。

See Also 参照

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

Related Documentation 関連文書