How to get and process the response to a request
Thanks for the reply to my earlier question. Looking at the generate code option gave me a pretty good idea of how a request should be made. I have some more questions, however. Please bear with me with they sound trivial.1. I would also like to be able to see the response sent by the server in reply to my request. And get some information from the response such as status codes etc. From the API, I know I can get certain information from the response. But what I don't know to do is how to get to the response, and how to parse it, when I make a request to a web server?
2. If 'request2' is a request I send to the server, is 'yield return request2' the statement that is actually responsible for sending the request to the server? If not, what is the purpose of the 'yield' statement and which statement is responsible for sending the request.
TIA,
Sree

