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
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top