开发者

How can I get the HTML from a web page in Bada?

开发者 https://www.devze.com 2023-01-07 19:20 出处:网络
I don\'t know what other details I should provide. But I am very disoriented. I am not a web developer so I don\'t know what classes to use. It\'s not like I can tell the 开发者_JAVA百科difference bet

I don't know what other details I should provide. But I am very disoriented. I am not a web developer so I don't know what classes to use. It's not like I can tell the 开发者_JAVA百科difference between HttpResponse, HttpHeader, HttpSession, HttpTransaction etc.


Have a look at Making HTTP Requests and Receiving HTTP Responses.

The code in the second doc would normally go in a IHttpTransactionEventListener::OnTransactionCompleted method.

The HTML you are seeking should then be the return value of HttpResponse::ReadBodyN.

0

精彩评论

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