iOS Question http[s] Job example

victormedranop

Well-Known Member
Licensed User
Longtime User
Hi, trying to connect to and http server, but no luck.
any one with an example ?

thanks,

Victor
 

sorex

Expert
Licensed User
Longtime User
it's the same as in B4A

B4X:
 Dim dlj As HttpJob
dlj.Initialize("myjobid",Me)
dlj.Download(url)

then use the jobdone sub to process your data
 
Upvote 0
Top