func urlSession (URLSession, readClosedFor : URLSessionStreamTask)
Tells the delegate that the read side of the underlying socket has been closed.
委任先に、基礎をなすソケットの読み出し側が閉じられたことを伝えます。
Availability 有効性
Technology
optional func urlSession(_ session: URLSession
,
writeClosedFor streamTask: URLSessionStreamTask
)
session
The session containing the stream task that closed writes. 書き込みを閉じたストリームタスクを含んでいるセッション。
streamTask
The stream task that closed writes. 書き込みを閉じたストリームタスク。
This method may be called even if no writes are currently in progress. このメソッドは、たとえひとつも書き込みが今は進行中でないとしても呼び出されるかもしれません。
func urlSession (URLSession, readClosedFor : URLSessionStreamTask)