Jut wondering what is the default value of the httpjob.timeout?
Another related question:
I have the following code:
After setting the timeout-value in above code-snippet, will the default-value of timeout be reset after the job has been released?
Another related question:
I have the following code:
B4X:
JOB_CheckForSomething.Download(URL_CheckForSomething)
JOB_CheckForSomething.GetRequest.Timeout = 4000
After setting the timeout-value in above code-snippet, will the default-value of timeout be reset after the job has been released?