Android Question Increase PostBytes Tiemout problem library

uniplan

Active Member
Licensed User
Longtime User
Hi, i need to increase the timeout of PostBytes,i'm using the HttpUtils2 library and this is my code:

B4X:
Dim syncJob As HttpJob
syncJob.Initialize(servizio,  Me)
    syncJob.PostBytes( indirizzo,stringToUpload.GetBytes("UTF8"))
    syncJob.GetRequest.Timeout = 60000

but 'syncJob.GetRequest.Timeout' get me an error of unknow type or missing library.
Ho i can solve it?
Thnak you
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…