timeOutDuration constant

int const timeOutDuration

Time out duration is set to 20 seconds. If the http client can't establish a connection by this time, the connection will be closed and an exception is thrown

Implementation

static const int timeOutDuration = 20;