func streamTask (withHostName : String, port: Int) -> URLSessionStreamTask
Creates a task that establishes a bidirectional TCP/IP connection to a specified hostname and port.
あるタスクを作成します、それはある双方向のTCP/IP接続をある指定されたホスト名とポートへと確立します。
class URLSessionStreamTask
A URL session task that is stream-based.
ストリーム基盤のURLセッションタスク。
protocol URLSessionStreamDelegate
A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to stream tasks.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、ストリームタスクに特有なタスク水準イベントを取り扱うものです。