Re: What goes into Response.Body? (General questions)
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:
- What goes into Response.Body? - Skc, 2007-11-30, 13:19
- Re: What goes into Response.Body? - woddrazen, 2007-11-30, 13:49
- Re: What goes into Response.Body? - Skc, 2007-11-30, 16:07
- Re: What goes into Response.Body? - wodDamir, 2007-11-30, 16:21
- Re: What goes into Response.Body? - SKc, 2007-12-01, 05:18
- Re: What goes into Response.Body? - SKc, 2007-12-01, 09:19
- Re: What goes into Response.Body? - SKc, 2007-12-01, 05:18
- Re: What goes into Response.Body? - wodDamir, 2007-11-30, 16:21
- Re: What goes into Response.Body? - Skc, 2007-11-30, 16:07
- Re: What goes into Response.Body? - woddrazen, 2007-11-30, 13:49