Hello all,
I'm trying to figure out how to make a HTTP request for a file, after which I obtain the RSocket object related to that transaction so that I can call RSocket.Recv() on it to get the actual data I'm requesting. Does anyone know what Symbian functions I should use?
In other words:
1. Call some function that implements HTTP GET for a particular file.
2. When the GET request succeeds, obtain the RSocket object for the incoming file data.
3. Call RSocket.Recv() to read the incoming file.
Sockets example fro SDK should answer your questions...
If not there are tons of posts about HTTP through sockets in this forum... it was very popular approximately a year ago..:-)