TimeoutManager.IdleConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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