RE: Send TCP Data
RE: Send TCP Data
- Subject: RE: Send TCP Data
- From: David Blanton <email@hidden>
- Date: Tue, 25 Mar 2003 17:18:19 -0700
Thanks to all who responded to my original post. FYI, the following does
the trick for me:
NSURL * aURL = [[NSURLalloc]initWithString:@"
http://host.com/"];
NSData * theData = [NSData dataWithContentsOfURL:aURL];
NOTE* using Carbon and OT this was two pages of code ... Cocoa is way cool!
David Blanton
"Cocoa FNG"
_______________________________________________
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.