Hi everyone,
I'm using Browser Control API and I wish to turn off the http connection after having loaded a web page, is it possible? Could somebody suggest to me the how I can do this?
Thanks a lot
Hi everyone,
I'm using Browser Control API and I wish to turn off the http connection after having loaded a web page, is it possible? Could somebody suggest to me the how I can do this?
Thanks a lot
I bumped into this while searching for something else, I hope I am no too late...
Should not be a problem, implement MBrCtlSpecialLoadObserver::NetworkConnectionNeededL() as seen here:
http://wiki.forum.nokia.com/index.ph...Feature_Pack_1
Then it will connect via RConnection and RSocketSrv supplied by you, so you have full control over it. I used it to supply access point selected in another place in the code. Once you have done this, you can just call iConnection.Close();