最終更新:2010-06-07 (月) 04:41:29 (5072d)  

NSURLConnection
Top / NSURLConnection

NSMutableURLRequest *req;
req = [ NSMutableURLRequest requestWithURL : [ NSURL URLWithString : [ vUrl stringValue ] ] ];
NSURLConnection *con = [ NSURLConnection connectionWithRequest : req
                                                        delegate : self ];

関連

参考