- removeClient:
Removes
client
as an NSURLHandleClient
of the receiver.
レシーバのNSURLHandleClient
と同じclient
を取り除きます。
Deprecated 非推奨
Use NSURLConnection
or NSURLDownload
instead; see URL Loading System.
NSURLConnection
またはNSURLDownload
を代わりに使ってください;URLローディングシステムを見てください。
Availability 有効性
Technology
- (void)addClient:(id<NSURLHandleClient
>)client;
client
An object conforming to the NSURLHandle
protocol.
NSURLHandle
プロトコルに準拠するあるオブジェクト。
- removeClient:
client
as an NSURLHandleClient
of the receiver.
レシーバのNSURLHandleClient
と同じclient
を取り除きます。