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

removeClient:

Removes client as an NSURLHandleClient of the receiver. レシーバのNSURLHandleClientと同じclientを取り除きます。

Declaration 宣言

- (void)removeClient:(id<NSURLHandleClient>)client;

Parameters パラメータ

client

An object conforming to the NSURLHandleClient protocol. NSURLHandleClientプロトコルに準拠するあるオブジェクト。

See Also 参照

Managing clients クライアントを管理する