HttpListenerTimeoutManager.IdleConnection 属性

定义

获取或设置允许空闲连接的时间。

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

属性值

空闲连接允许的时间。

注解

此属性的默认值为 2 分钟。

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

在分析标头之前,系统无法确定请求关联的请求队列或 URL 组。 因此, 为 HttpListener 连接上的第一个请求强制使用默认 IdleConnection 计时器。 Keep-Alive 连接的后续请求将使用此属性上设置的值。

适用于