HttpListenerTimeoutsElement.HeaderWait 属性

定义

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

public:
 property TimeSpan HeaderWait { TimeSpan get(); };
[System.Configuration.ConfigurationProperty("headerWait", DefaultValue=0, IsRequired=false)]
public TimeSpan HeaderWait { get; }
[<System.Configuration.ConfigurationProperty("headerWait", DefaultValue=0, IsRequired=false)>]
member this.HeaderWait : TimeSpan
Public ReadOnly Property HeaderWait As TimeSpan

属性值

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

属性

注解

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

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

适用于

另请参阅