The new HTTPClient object in PB 2017 has a Timeout property which is described as:
The TimeOut property specifies the timeout seconds. The default value is 60 and 0 means no timeout.
The low level WinHTTP API timeout has 4 separate properties with a default of 30 seconds. It is specified in milliseconds instead of seconds.
I am wondering, does the Timeout property set all 4 of the underlying timeout properties to the same value?