HttpListenerTimeoutsElement.DrainEntityBody 属性

定义

获取允许 HttpListener 在保持的连接上侦听完实体正文的时间(以秒为单位)。

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

属性值

允许在 Keep-Alive 连接上排出实体正文的时间(以秒 HttpListener 为单位)。

属性

注解

在 Keep-Alive 连接中,在应用发送请求的响应之后,在请求实体正文完全到达之前,开始 HttpListener 清空实体正文的其余部分,以从客户端到达另一个可能通过管道传递的请求。 如果排出剩余实体正文的时间超过允许的时间段,连接将超时。

适用于

另请参阅