Instance Method
インスタンスメソッド
resolve
Starts a resolve process for the service.
サービスに対する解決プロセスを始めます。
Discussion
議論
Attempts to determine at least one address for the service. This method returns immediately, with success or failure indicated by the callbacks to the delegate.
少なくとも1つのアドレスをサービスに対して決定しようと試みます。このメソッドは、委任先へのコールバックによって指し示される成功または失敗とともに直ちに復帰します。
In OS X v10.4, this method calls resolveWithTimeout:
with a timeout value of 5
.
OS X 10.4では、このメソッドはresolveWithTimeout:
を5
のタイムアウト値で呼び出します。
See Also
参照
Using Network Services
ネットワークサービスを使う
- publish
Attempts to advertise the receiver’s on the network.
レシーバはネットワーク上であると宣伝を試みます。
Deprecated
非推奨
- publishWithOptions:
Attempts to advertise the receiver on the network, with the given options.
レシーバをネットワーク上で宣伝することを試みます、与えられたオプションを使います。
Deprecated
非推奨
- resolveWithTimeout:
Starts a resolve process of a finite duration for the service.
サービスに対する有限期間の解決プロセスを始めます。
Deprecated
非推奨
port
The port on which the service is listening for connections.
それにおいてサービスが接続に対して聞き耳を立てているポート。
Deprecated
非推奨
- startMonitoring
Starts the monitoring of TXT-record updates for the receiver.
レシーバに対してTXTレコード更新の監視を開始します。
Deprecated
非推奨
- stop
Halts a currently running attempt to publish or resolve a service.
サービスの出版または解決の現在実行中の試みを停止します。
Deprecated
非推奨
- stopMonitoring
Stops the monitoring of TXT-record updates for the receiver.
レシーバに対してTXTレコード更新の監視を止めます。
Deprecated
非推奨
Related Documentation
関連文書
addresses
A read-only array containing NSData
objects, each of which contains a socket address for the service.
読み出し専用の配列でNSData
オブジェクトいくつかを含んでいます、そのそれぞれがサービスに対するソケットアドレスを含みます。