Table of Contents

Field IdleConnectionTimeout

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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)