Re: NSURLConnection doesn't post
Re: NSURLConnection doesn't post
- Subject: Re: NSURLConnection doesn't post
- From: Michael Vannorsdel <email@hidden>
- Date: Thu, 10 Apr 2008 07:59:49 -0600
Also, this method may be called multiple times with only a fragment of
the data each time.
On Apr 10, 2008, at 6:27 AM, Micha Fuhrmann wrote:
- (void)connection:(NSURLConnection *)connection didReceiveData:
(NSData *)data
{
NSString* thhhe = [[NSString alloc]initWithData:data
encoding:NSASCIIStringEncoding];
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden