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