[Gambas-user] HttpClient Example #2 ?

Benoît Minisini gambas at ...1...
Thu Dec 4 01:59:57 CET 2014


Le 03/12/2014 23:16, T Lee Davidson a écrit :
> At http://gambaswiki.org/wiki/comp/gb.net.curl/httpclient, under Example
> #2, in:
>
> Public Sub DownloadAsync(URL As String)
>
>     sDownloadBuffer = ""
>     hAsyncClient.URL = URL
>     hAsyncClient.TimeOut = 20
>     hClient.Async = TRUE
>     hAsyncClient.Get()
>
> End
>
> Should the line "hClient.Async = TRUE" be "hAsyncClient.Async = TRUE"?
>
>

Obviously.

-- 
Benoît Minisini




More information about the User mailing list