Instance Method
インスタンスメソッド
streamTaskWithNetService:
Creates a task that establishes a bidirectional TCP/IP connection using a specified network service.
あるタスクを作成します、それはある双方向のTCP/IP接続をある指定されたネットワークサービスを使って確立します。
Parameters
パラメータ
service
An NSNetService
object used to determine the endpoint of the TCP/IP connection. This network service is resolved before any data is read or written to the resulting stream task.
TCP/IP接続のエンドポイントを決定するために使われるNSNetService
オブジェクト。このネットワークサービスは、何らかのデータが結果ストリームタスクから読み出されるまたは書き出される前に解決されます。
Return Value
戻り値
The new session stream task.
新しいセッションストリームタスク。
Discussion
議論
After you create the task, you must start it by calling its resume
method.
あなたがタスクを作成する後、あなたはそれを、それのresume
メソッドを呼び出すことによって開始しなければなりません。
See Also
参照
Adding Stream Tasks to a Session
ストリームタスクをセッションに加える
- streamTaskWithHostName:port:
Creates a task that establishes a bidirectional TCP/IP connection to a specified hostname and port.
あるタスクを作成します、それはある双方向のTCP/IP接続をある指定されたホスト名とポートへと確立します。
NSURLSessionStreamDelegate
A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to stream tasks.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、ストリームタスクに特有なタスク水準イベントを取り扱うものです。