I'm trying to decrease the timeout of a httpjob to check if the server is working (a "ping" is not enough). I send a simple job calling a php. I wish to decrease the timeout to 2-3 secs (30 is to long to check if the server is working).
For some reasons I can't use Job.GetRequest.Timeout (method "Timeout" is not known) with Job.Download2 (I'm on b4a 4.0 and httputils2 2.01).
Any ideas?
For some reasons I can't use Job.GetRequest.Timeout (method "Timeout" is not known) with Job.Download2 (I'm on b4a 4.0 and httputils2 2.01).
Any ideas?