When the wodHttpDLX control issues some request to a
remote server, it creates a HttpResponse object locally for
storing all information that will be received from that
server. This includes all Headers, document Body etc.
Use a HttpResponse object to retrieve any information
related to data received from a remote server. You can
access this object through wodHttpDLX.Response
property.