TimeoutManager.IdleConnection 属性

定义

允许空闲连接的时间(以秒为单位)。 默认计时器为 2 分钟。

只有在连接上的第一个请求路由到应用程序后,才会强制实施此超时。

使用 TimeSpan.Zero 指示应使用系统默认值。

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

属性值

适用于