readtimeout

  1. Jose Cuevas

    Android Question How to set readTimeout in a OkHttp connection

    Hi I am consuming a REST Web Service using an HttpJob and setting the TimeOut to 6 seconds with this command XJob.GetRequest.Timeout = 6000, this timeout is very important, because it is a heavy duty App and if the WebService takes more than 6 seconds, I need to continue with another process ...
Top