Field IdleConnectionTimeout
Determines the maximum amount of time an connection can keep alive without sending or receiving any data.
Default value: TimeSpan.FromSeconds(120)
public TimeSpan IdleConnectionTimeout
Returns
- TimeSpan
- Determines the maximum amount of time an connection can keep alive without sending or receiving any data. Default value: TimeSpan.FromSeconds(120)