In the iPhone SDK, you can do posix socket programming (as with any other UNIX-based operating system). There are many examples of how to do this.
, , , HTTP / iOS . . .
HTTP- iPhone, , :
NSURL* url = [NSURL urlWithString: @"http://eexample.com/page.php?param=2323"];
NSString* stringForUrlPath = [NSString stringWithContentsOfURL: url
encoding: NSUTF8StringEncoding
error: nil];