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

urlSession(_:writeClosedFor:)

Tells the delegate that the write side of the underlying socket has been closed. 委任先に、基礎をなすソケットの書き込み側が閉じられたことを伝えます。

Declaration 宣言

optional func urlSession(_ session: URLSession, 
          writeClosedFor streamTask: URLSessionStreamTask)

Parameters パラメータ

session

The session containing the stream task that closed writes. 書き込みを閉じたストリームタスクを含んでいるセッション。

streamTask

The stream task that closed writes. 書き込みを閉じたストリームタスク。

Discussion 議論

This method may be called even if no writes are currently in progress. このメソッドは、たとえひとつも書き込みが今は進行中でないとしても呼び出されるかもしれません。

See Also 参照

Handling Closing Events 閉じるイベントを取り扱う