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

startLoading()

Starts protocol-specific loading of the request. このリクエストのプロトコル特有のローディングを開始します。

Declaration 宣言

func startLoading()

Discussion 議論

When this method is called, the subclass implementation should start loading the request, providing feedback to the URL loading system via the URLProtocolClient protocol. このメソッドが呼び出される時、サブクラス実装はリクエストのロードを開始すべきです、URLローディングシステムへのフィードバックをURLProtocolClientプロトコル経由で提供して。

Subclasses must implement this method. サブクラスは、このメソッドを実装しなければなりません。

See Also 参照

Starting and Stopping Downloads ダウンロードの開始と停止