This property returns reference to the Response
object, which holds data received from the server - based
on your request.
Response object is used for storing all information that
will be received from the server. This includes all
Headers,
document Body etc. For
each request that the user may issue, a Response object is
cleared waiting for new data to be stored in it.
Use a Response Object to retrieve any information
related to data received from a remote server.