Re: What goes into Response.Body? - WeOnlyDo Discussion board

Re: What goes into Response.Body? (General questions)

by woddrazen, Friday, November 30, 2007, 13:49 (6203 days ago) @ Skc

Hi Skc,


wodHttpDLX Response Body Property holds response body from server. This is response body that you should receive when you request something from your http or https server.

Here is simple example which will explain how to use Response Body Property.

[code]Set http1 = New wodHttpDLXCom

http1.Blocking = True
http1.Get http://www.google.com
Debug.Print http1.Response.Body[/code]

More help you can find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~HttpResponse~Body.html

Hope I helped.


Regards,
Drazen


Complete thread: