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

reset(completionHandler:)

Empties all cookies, caches and credential stores, removes disk files, flushes in-progress downloads to disk, and ensures that future requests occur on a new socket. 全てのクッキー、キャッシュ、そして資格情報ストアを空にします、ディスクファイルを取り除きます、進行中のダウンロードをディスクへと一掃します、そして将来のリクエストが新しいソケット上で発生することを保証します。

Declaration 宣言

func reset(completionHandler: @escaping () -> Void)

Parameters パラメータ

completionHandler

The completion handler to call when the reset operation is complete. This handler is executed on the delegate queue. この再設定操作が完了するときに呼び出すことになる完了ハンドラ。このハンドラは、委任先キュー上で遂行されます。

Discussion 議論

See Also 参照

Managing the Session セッションを管理する