Type Method 型メソッド

unregisterClass:

Unregisters the specified subclass of NSURLProtocol. 指定されたNSURLProtocolのサブクラスを登録解除します。

Declaration 宣言

+ (void)unregisterClass:(Class)protocolClass;

Parameters パラメータ

protocolClass

The subclass of NSURLProtocol to unregister. 登録解除することになるNSURLProtocolのサブクラス。

Discussion 議論

After this method is invoked, protocolClass is no longer consulted by the URL loading system. このメソッドが発動される後、protocolClassはもはやURLローディングシステムによって考慮に入れられません。

See Also 参照

Registering and Unregistering Protocol Classes プロトコルクラスの登録および登録解除