TimeoutManager.IdleConnection Property

Definition

The time, in seconds, allowed for an idle connection. The default timer is 2 minutes.

This timeout is only enforced after the first request on the connection is routed to the application.

Use TimeSpan.Zero to indicate that system defaults should be used.

public:
 property TimeSpan IdleConnection { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IdleConnection { get; set; }
member this.IdleConnection : TimeSpan with get, set
Public Property IdleConnection As TimeSpan

Property Value

Applies to