使用英语阅读

通过


HttpListenerTimeoutsElement.HeaderWait 属性

定义

获取允许 HttpListener 分析请求标头的时间(以秒为单位)。

[System.Configuration.ConfigurationProperty("headerWait", DefaultValue=0, IsRequired=false)]
public TimeSpan HeaderWait { get; }

属性值

允许 HttpListener 分析请求标头的时间(以秒为单位)。

属性

注解

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

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

适用于

产品 版本
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

另请参阅