Is there a way to set the connect timeout of an IpHttpClientChannel?
We have a Timeout property which appears to be the read timeout
Connection timeout seems to be 20 seconds, can this be altered?
Is there a way to set the connect timeout of an IpHttpClientChannel?
We have a Timeout property which appears to be the read timeout
Connection timeout seems to be 20 seconds, can this be altered?
Note: We typically want a small connect timeout (e.g. 5 seconds) and a large (read) timeout (e.g. 5 minutes because we have large jobs.)
I haven’t verified if the Timeout parameter does something for the TCP connect attempt
So it is not possible to control the connect timeout when using that channel?
Or the Timeout property is both used for connect & data read?
Hi,
System.Net.Sockets.Socket hasn’t ConnectTimeout property.