Use NSURLConnection
or NSURLDownload
instead; see URL Loading System.
NSURLConnection
またはNSURLDownload
を代わりに使ってください;URLローディングシステムを見てください。
Instance Method
インスタンスメソッド
remove
removeClient:
Removes
client
as an NSURLHandleClient
of the receiver.
レシーバのNSURLHandleClient
と同じclient
を取り除きます。
Deprecated 非推奨
Availability 有効性
- macOS 10.0–10.4 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
- (void)removeClient:(id<NSURLHandleClient
>)client;
Parameters パラメータ
client
An object conforming to the
NSURLHandle
protocol.Client NSURLHandle
プロトコルに準拠するあるオブジェクト。Client