Re: dataWithContentsOfURL
Re: dataWithContentsOfURL
- Subject: Re: dataWithContentsOfURL
- From: Angela Brett <email@hidden>
- Date: Thu, 8 Nov 2001 17:56:53 +1300
Hi!
You may send the loadResourceDataNotifyingClient:usingCache: message
to an NSURL instance.
Then you will get resourceDidFailLoadingWithReason: messages if appropriate.
I tried that with loadResourceDataNotifyingClient:self usingCache:YES
but never got resourceDidFailLoadingWithReason: or any of the other
messages defined in the NSURLHandleClient protocol. What could be
going wrong?