- netServiceWillPublish:
Notifies the delegate that the network is ready to publish the service.
ネットワークがサービスを出版する準備ができたことを委任先に通知します。
- netService:didNotPublish:
Notifies the delegate that a service could not be published.
あるサービスが出版されることができなかったことを委任先に通知します。
- netServiceDidPublish:
Notifies the delegate that a service was successfully published.
あるサービスがうまく出版されたことを委任先に通知します。
- netServiceWillResolve:
Notifies the delegate that the network is ready to resolve the service.
ネットワークがサービスを解決する準備ができたことを委任先に通知します。
- netServiceDidResolveAddress:
Informs the delegate that the address for a given service was resolved.
与えられたサービスのアドレスが解決されたことを委任先に告知します。
- netService:didUpdateTXTRecordData:
Notifies the delegate that the TXT record for a given service has been updated.
与えられたサービスに対するTXTレコードが更新されたことを委任先に通知します。
- netServiceDidStop:
Informs the delegate that a
publish
or resolveWithTimeout:
request was stopped.
publish
またはresolveWithTimeout:
要請が停止されたことを委任先に告知します。