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

streamTask(with:)

Creates a task that establishes a bidirectional TCP/IP connection using a specified network service. あるタスクを作成します、それはある双方向のTCP/IP接続をある指定されたネットワークサービスを使って確立します。

Declaration 宣言

func streamTask(with service: NetService) -> URLSessionStreamTask

Parameters パラメータ

service

A NetService 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接続のエンドポイントを決定するために使われるNetServiceオブジェクト。このネットワークサービスは、何らかのデータが結果ストリームタスクから読み出されるまたは書き出される前に解決されます。

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 ストリームタスクをセッションに加える