开发者

can we make HTTPClient in iphone,HOW

sorry i am a new comer,i just want to know how we can make HTTP Client in iPhone,like java we make HTTPClient like

开发者_C百科
httpclient = new DefaultHttpClient();
if(Settingdb.getLocation() != null && Settingdb.getLocation().length()
    httppost = new HttpPost(Settingdb.getLocation());

i need this code in iPhone (objective C )


You can make HTTP request by using URL Loading System

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜