func stopLoading ()
Stops protocol-specific loading of the request.
このリクエストのプロトコル特有のローディングを停止します。
Availability 有効性
Technology
func startLoading()
When this method is called, the subclass implementation should start loading the request, providing feedback to the URL loading system via the URLProtocol
protocol.
このメソッドが呼び出される時、サブクラス実装はリクエストのロードを開始すべきです、URLローディングシステムへのフィードバックをURLProtocol
プロトコル経由で提供して。
Subclasses must implement this method. サブクラスは、このメソッドを実装しなければなりません。
func stopLoading ()