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

streamTaskWithNetService:

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

Declaration 宣言

- (NSURLSessionStreamTask *)streamTaskWithNetService:(NSNetService *)service;

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