How do I cancel a NSURL loadResourceDataNotifyingClient:usingCache: ?
How do I cancel a NSURL loadResourceDataNotifyingClient:usingCache: ?
- Subject: How do I cancel a NSURL loadResourceDataNotifyingClient:usingCache: ?
- From: Gerben Wierda <email@hidden>
- Date: Sat, 2 Mar 2002 22:48:35 +0100
I am using this method and the simple informal protocol it uses to
communicate with the app and it all works fine.But how do I cancel this
background load myself? It eems that whatever I do, the NSURL (or maybe
the handle behind it) keeps downloading. I even tried
[[_downloadingURL URLHandleUsingCache:YES] cancelLoadInBackground];
[_downloadingURL release];
but downloading went on.
G
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.